mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #2601 from mimaki/mrblib_absolute_path
Change mrblib's source path to absolute path
This commit is contained in:
+1
-1
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user