We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b355a3 commit 855e284Copy full SHA for 855e284
Rakefile
@@ -1,7 +1,8 @@
1
MRUBY_CONFIG=File.expand_path(ENV["MRUBY_CONFIG"] || "build_config.rb")
2
3
file :mruby do
4
- sh "git clone --recursive --depth=1 https://github.com/mruby/mruby.git"
+ sh "git clone --recurse-submodules --depth=1 https://github.com/mruby/mruby.git"
5
+ sh "git submodule update --init --recursive"
6
end
7
8
desc "compile binary"
0 commit comments