Commit 5e4bf29f authored by Ryan C. Gordon's avatar Ryan C. Gordon

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
parent e7188c1d
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment