Skip to content

Commit 855e284

Browse files
authored
Update Rakefile
1 parent 2b355a3 commit 855e284

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rakefile

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

33
file :mruby do
4-
sh "git clone --recursive --depth=1 https://github.com/mruby/mruby.git"
4+
sh "git clone --recurse-submodules --depth=1 https://github.com/mruby/mruby.git"
5+
sh "git submodule update --init --recursive"
56
end
67

78
desc "compile binary"

0 commit comments

Comments
 (0)