We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4579e24 commit 89d50b6Copy full SHA for 89d50b6
1 file changed
Rakefile
@@ -2,7 +2,7 @@ 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 submodule fetch"
+ sh "cd deps/msgpack-c && git submodule init && git fetch"
6
end
7
8
desc "compile binary"
0 commit comments