summaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rw-r--r--tasks/presym.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/presym.rake b/tasks/presym.rake
index 537d42487..8b18acd75 100644
--- a/tasks/presym.rake
+++ b/tasks/presym.rake
@@ -25,7 +25,7 @@ MRuby.each_target do |build|
next unless File.extname(prereq) == build.exts.object
next unless prereq.start_with?(build_dir)
next if mrbc_build_dir && prereq.start_with?(mrbc_build_dir)
- pps << prereq.ext(build.exts.preprocessed)
+ pps << prereq.ext(build.exts.presym_preprocessed)
end
file presym.list_path => pps do