We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f166b57 commit 4579e24Copy full SHA for 4579e24
1 file changed
Rakefile
@@ -2,6 +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"
6
end
7
8
desc "compile binary"
0 commit comments