Open
Description
When attempting to build the example file reptile.carp, I get the following error:
ld: warning: ignoring file /usr/local/lib/libSDL2.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
This makes sense, as I have built SDL2 for arm64.
Is there a way to tell carp to build and link for macOS-arm64?