diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-27 18:08:58 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-27 18:08:58 +0900 |
| commit | 251fd743151bb66cde3a3879d3b4b4b8c4ee7356 (patch) | |
| tree | bd3a3f4206643b4d89afbcb1999976118d119711 /tasks | |
| parent | bf56ecd2bf4362d1b15f5d3ed0e337ab1c303b02 (diff) | |
| parent | d6a9ffa2b5be787594db57ad74e4e0768628c00f (diff) | |
| download | mruby-251fd743151bb66cde3a3879d3b4b4b8c4ee7356.tar.gz mruby-251fd743151bb66cde3a3879d3b4b4b8c4ee7356.zip | |
Merge pull request #5302 from shuujii/rename-.i-created-for-presym-scan-to-.pi
Rename `.i` created for presym scan to `.pi`
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/presym.rake | 2 |
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 |
