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 89d50b6 commit 2b355a3Copy full SHA for 2b355a3
Rakefile
@@ -1,8 +1,7 @@
1
MRUBY_CONFIG=File.expand_path(ENV["MRUBY_CONFIG"] || "build_config.rb")
2
3
file :mruby do
4
- sh "git clone --depth=1 https://github.com/mruby/mruby.git"
5
- sh "cd deps/msgpack-c && git submodule init && git fetch"
+ sh "git clone --recursive --depth=1 https://github.com/mruby/mruby.git"
6
end
7
8
desc "compile binary"
0 commit comments