Skip to content

Commit

Permalink
Need this or things might misbuild on G3 Mac OS, I think.
Browse files Browse the repository at this point in the history
  Potentially fixes Bugzilla #148.
  • Loading branch information
icculus committed Feb 27, 2006
1 parent 2a0355b commit 6198695
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.in
Expand Up @@ -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)
Expand Down

0 comments on commit 6198695

Please sign in to comment.