Commit ff663075 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2601 from mimaki/mrblib_absolute_path

Change mrblib's source path to absolute path
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)
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