Skip to content

Commit

Permalink
Update Rakefile.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadeweka authored Aug 7, 2020
1 parent 1c07758 commit 28925c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def determine_compiler
task :install_mruby do
FileUtils.mkdir_p(ANYOLITE_BUILDPATH)

unless Dir.exist?("#{ANYOLITE_MRUBY_DIR}/mruby")
unless Dir.exist?("#{ANYOLITE_MRUBY_DIR}/mruby/Rakefile")
system "git clone #{ANYOLITE_MRUBY_FORK} --recursive #{ANYOLITE_MRUBY_DIR}/mruby"
end
end
Expand Down

0 comments on commit 28925c6

Please sign in to comment.