Open
Description
I was able to successfully compile Supermodel in macOS Sequoia on a 2020 M1 MBP by implementing a workaround.
Bug
because the latest SDL release is now SDL3, SDL3 gets downloaded as SDL2.dmg
and the compilation process fails to find SDL2.framework
in the DMG
Issue
SDL2.dmg.url
contains:
https://github.com/libsdl-org/SDL/releases/download/release-3.2.4/SDL3-3.2.4.dmg
Workaround
Comment out the curl
command that generates SDL2.dmg.url
Supermodel/Makefiles/Makefile.OSX
Lines 107 to 109 in 6a8de59
and manually generate SDL2.dmg.url
as:
https://github.com/libsdl-org/SDL/releases/download/release-2.32.0/SDL2-2.32.0.dmg
Metadata
Metadata
Assignees
Labels
No labels