summaryrefslogtreecommitdiffhomepage
path: root/mrblib
diff options
context:
space:
mode:
authortake-cheeze <[email protected]>2018-10-29 13:56:20 +0900
committertake-cheeze <[email protected]>2018-10-29 14:07:16 +0900
commitb37b31208152fdee0cb99e00cffec0b9e57040c6 (patch)
tree5f40c17083111e98e0e932ec2b545026fb697e68 /mrblib
parentfa33a4d75a33c303a78b5bbd7743e207e3e89d61 (diff)
downloadmruby-b37b31208152fdee0cb99e00cffec0b9e57040c6.tar.gz
mruby-b37b31208152fdee0cb99e00cffec0b9e57040c6.zip
Rename libmruby stuff to avoid confusion
Diffstat (limited to 'mrblib')
-rw-r--r--mrblib/mrblib.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrblib/mrblib.rake b/mrblib/mrblib.rake
index fe4aae1f7..6895d4252 100644
--- a/mrblib/mrblib.rake
+++ b/mrblib/mrblib.rake
@@ -3,7 +3,7 @@ MRuby.each_target do
relative_from_root = File.dirname(__FILE__).relative_path_from(MRUBY_ROOT)
current_build_dir = "#{build_dir}/#{relative_from_root}"
- self.libmruby << objfile("#{current_build_dir}/mrblib")
+ self.libmruby_objs << objfile("#{current_build_dir}/mrblib")
file objfile("#{current_build_dir}/mrblib") => "#{current_build_dir}/mrblib.c"
file "#{current_build_dir}/mrblib.c" => [mrbcfile, __FILE__] + Dir.glob("#{current_dir}/*.rb").sort do |t|