pete-gordon / oricutron

Portable Oric-1/Atmos/Telestrat and Pravetz 8D emulator
http://www.petergordon.org.uk/oricutron/
GNU General Public License v2.0
69 stars 25 forks source link

Fix linker error when building with sdl2 on macOS #192

Closed erik-persson closed 10 months ago

erik-persson commented 10 months ago

This fixes a build error I encountered on macOS Sonoma with homebrew sdl2. The fix is to link against Cocoa framework. With the fix I can build using "make SDL_LIB=sdl2".