Skip to content

Conversation

@markjreed
Copy link
Contributor

@markjreed markjreed commented Jan 18, 2026

The macro added in 8efde2d to wrap findsymbols and abort on failure incuded GNU make(1)-specific features ($(subst)), breaking the build on platforms using BSD make (like macOS). This removes the $(subst) call in the findsymbols macro definition in favor of having the findsymbols script itself output a backslash in front of the dollar signs in its hex literals.

Fixes #448.

@stefan-b-jakobsson
Copy link
Collaborator

This fix works, and is needed for the project to build on MacOS after some recent changes to the Makefile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ROM v49 cannot be built: ld65: Invalid definition: '__CHARLAE_LOAD__='

2 participants