Skip to content

Commit 2b355a3

Browse files
authored
Update Rakefile
1 parent 89d50b6 commit 2b355a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rakefile

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

33
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"
4+
sh "git clone --recursive --depth=1 https://github.com/mruby/mruby.git"
65
end
76

87
desc "compile binary"

0 commit comments

Comments
 (0)