clydeshaffer / GameTankEmulator

An emulator for the GameTank, a real physical hardware game console I've built
MIT License
15 stars 9 forks source link

Make the emulator build on MacOS too #28

Closed pimlu closed 2 months ago

pimlu commented 2 months ago

MacOS SDL (installed via homebrew) has a different include path for SDL2.

This ifdef gets it to build on my mac - and everything works out of the box.