summaryrefslogtreecommitdiffhomepage
path: root/tasks/core.rake
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-12-05 14:08:29 +0900
committerGitHub <[email protected]>2020-12-05 14:08:29 +0900
commit63d82142a8d3915d977fd97fc2ee82b5951065ed (patch)
treec501616276d35505525aa3532361552d3ed84c3b /tasks/core.rake
parent00d1fd0e6fee6cef2565c4a3b2dd428b0d59f4bf (diff)
parent73b4152574f0dd6747488662751f59f8c4c0b50d (diff)
downloadmruby-63d82142a8d3915d977fd97fc2ee82b5951065ed.tar.gz
mruby-63d82142a8d3915d977fd97fc2ee82b5951065ed.zip
Merge pull request #5212 from shuujii/make-it-possible-that-libmruby.a-is-not-created
Make it possible that `libmruby.a` is not created
Diffstat (limited to 'tasks/core.rake')
-rw-r--r--tasks/core.rake6
1 files changed, 1 insertions, 5 deletions
diff --git a/tasks/core.rake b/tasks/core.rake
index c4816d4ce..aca5faed8 100644
--- a/tasks/core.rake
+++ b/tasks/core.rake
@@ -9,9 +9,5 @@ MRuby.each_target do
objfile(dst)
end
end
- self.libmruby_objs << objs
-
- file libmruby_core_static => objs do |t|
- archiver.run t.name, t.prerequisites
- end
+ self.libmruby_core_objs << objs
end