Need this or things might misbuild on G3 Mac OS, I think.
Potentially fixes Bugzilla #148. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401449
This commit is contained in:
parent
e7188c1d7c
commit
5e4bf29fa7
1 changed files with 4 additions and 0 deletions
|
@ -2220,6 +2220,10 @@ case "$target" in
|
|||
CheckOpenGLX11
|
||||
CheckPTHREAD
|
||||
CheckAltivec
|
||||
|
||||
# Need this or things might misbuild on a G3.
|
||||
BUILD_CFLAGS="$BUILD_CFLAGS -force_cpusubtype_ALL"
|
||||
|
||||
# Set up files for the audio library
|
||||
if test x$enable_audio = xyes; then
|
||||
AC_DEFINE(SDL_AUDIO_DRIVER_COREAUDIO)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue