diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-10-29 15:13:24 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-29 15:13:24 +0900 |
| commit | ae5463c9e499a9eba62c7d850e6c0c1b96dec5eb (patch) | |
| tree | 07aca458c81fd7b0dbcda6a2109f16e956372a82 /mrblib | |
| parent | 63fade1396f1c5eb3657d77cf0e533fa9223d4f7 (diff) | |
| parent | b37b31208152fdee0cb99e00cffec0b9e57040c6 (diff) | |
| download | mruby-ae5463c9e499a9eba62c7d850e6c0c1b96dec5eb.tar.gz mruby-ae5463c9e499a9eba62c7d850e6c0c1b96dec5eb.zip | |
Merge pull request #4148 from take-cheeze/rename_libmruby_stuff
Rename `MRuby::Build#libmruby` stuff to avoid confusion
Diffstat (limited to 'mrblib')
| -rw-r--r-- | mrblib/mrblib.rake | 2 |
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| |
