Rename libmruby stuff to avoid confusion

This commit is contained in:
take-cheeze
2018-10-29 13:56:20 +09:00
parent fa33a4d75a
commit b37b312081
11 changed files with 30 additions and 19 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ MRuby.each_target do
if cxx_exception_enabled?
objs += %w(vm error).map { |v| compile_as_cxx "#{current_dir}/#{v}.c", "#{current_build_dir}/#{v}.cxx" }
end
self.libmruby << objs
self.libmruby_objs << objs
file libfile("#{build_dir}/lib/libmruby_core") => objs do |t|
file libmruby_core_static => objs do |t|
archiver.run t.name, t.prerequisites
end
end