Merge pull request #2601 from mimaki/mrblib_absolute_path

Change mrblib's source path to absolute path
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-10-02 17:59:40 +09:00
+1 -1
View File
@@ -1,5 +1,5 @@
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}"