Commit 62c58d3d authored by Hiroshi Mimaki's avatar Hiroshi Mimaki

Change mrblib's source path to absolute path

parent 6b956f1c
MRuby.each_target do MRuby.each_target do
current_dir = File.dirname(__FILE__).relative_path_from(Dir.pwd) current_dir = File.dirname(__FILE__)
relative_from_root = File.dirname(__FILE__).relative_path_from(MRUBY_ROOT) relative_from_root = File.dirname(__FILE__).relative_path_from(MRUBY_ROOT)
current_build_dir = "#{build_dir}/#{relative_from_root}" current_build_dir = "#{build_dir}/#{relative_from_root}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment