libretro / gambatte-libretro

Hard fork of Gambatte to the libretro API.
http://sourceforge.net/projects/gambatte/
GNU General Public License v2.0
104 stars 78 forks source link

Disable 32bit builds for osx #136

Closed ColinKinloch closed 4 years ago

ColinKinloch commented 5 years ago

Apple has deprecated 32bit and trying to compile on macOS fails with the error: ld: symbol(s) not found for architecture i386

inactive123 commented 5 years ago

Can we do this in a more intelligent way?

As in, I assume this is only necessary OS versions post-Mojave, right? Make that part of the runtime check for going down this conditional path.

ColinKinloch commented 5 years ago

How about this. It disables i386 if the installed version of the osx "Command Line Tools" is greater than or equal to 10.