Skip to content

Commit 4579e24

Browse files
authored
Update Rakefile
1 parent f166b57 commit 4579e24

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ MRUBY_CONFIG=File.expand_path(ENV["MRUBY_CONFIG"] || "build_config.rb")
22

33
file :mruby do
44
sh "git clone --depth=1 https://github.com/mruby/mruby.git"
5+
sh "cd deps/msgpack-c && git submodule init && git submodule fetch"
56
end
67

78
desc "compile binary"

0 commit comments

Comments
 (0)