summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c2c76ba1b..e54983f41 100644
--- a/Rakefile
+++ b/Rakefile
@@ -230,7 +230,7 @@ desc "preallocated symbols"
task :gensym => presym_file
depfiles += MRuby.targets.map { |n, t|
- t.libraries
+ t.libmruby_enabled? ? t.libraries : t.libmruby_core_static
}.flatten
depfiles += MRuby.targets.reject { |n, t| n == 'host' }.map { |n, t|