Some adjustments

This commit is contained in:
Uchio KONDO
2017-04-04 12:16:53 +09:00
parent 9c2db2e134
commit 38db5e550f
2 changed files with 8 additions and 6 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
load "#{MRUBY_ROOT}/tasks/mruby_build_gem.rake"
load "#{MRUBY_ROOT}/tasks/mruby_build_commands.rake"
require "mruby/build/load_gems"
require "mruby/build/command"
module MRuby
class << self
@@ -241,7 +241,7 @@ EOS
else
compiler.defines += %w(DISABLE_GEMS)
end
compiler.define_rules build_dir, File.expand_path(File.join(File.dirname(__FILE__), '..'))
compiler.define_rules build_dir, File.expand_path(File.join(File.dirname(__FILE__), '..', '..'))
end
end