Mercurial > sdl-ios-xcode
changeset 1445:0133f0ca5de7
Need this or things might misbuild on G3 Mac OS, I think.
Potentially fixes Bugzilla #148.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 27 Feb 2006 01:32:12 +0000 |
parents | 12113661052d |
children | 47bf1767c4ca |
files | configure.in |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sun Feb 26 19:46:17 2006 +0000 +++ b/configure.in Mon Feb 27 01:32:12 2006 +0000 @@ -2220,6 +2220,10 @@ 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)