mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b9a1a1fb23
Previously, explicit .o => presym.list_path dependencies were only added for internal builds (mrbc sub-builds). When only a CrossBuild is configured without an explicit Build.new, the implicit host build is not internal, so its .o files had no ordering against presym header generation. This caused "mruby/presym/id.h not found" errors when the cross build's presym scanning triggered host compilation. Fixes #6725. Co-authored-by: Claude <noreply@anthropic.com>