Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Removed -force_cpusubtype_ALL cflag from Mac builds.
This was for PowerPC G3 (!) compatibility, and Clang doesn't even recognize the flag anymore.
- Loading branch information
CheckOpenGLX11 | ||
CheckPTHREAD | ||
|
||
# Need this or things might misbuild on a G3. | ||
EXTRA_CFLAGS="$EXTRA_CFLAGS -force_cpusubtype_ALL" | ||
|
||
# Set up files for the audio library | ||
if test x$enable_audio = xyes; then | ||
|