Mercurial > sdl-ios-xcode
changeset 3282:10a12f77f597
Oh yeah, need this option for PPC as well now.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 20 Sep 2009 04:13:23 +0000 |
parents | 2d3a9f229ba1 |
children | 1ed5d432e468 |
files | build-scripts/fatbuild.sh |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/build-scripts/fatbuild.sh Sat Sep 19 15:22:33 2009 +0000 +++ b/build-scripts/fatbuild.sh Sun Sep 20 04:13:23 2009 +0000 @@ -17,7 +17,7 @@ # PowerPC 32-bit compiler flags CC_PPC="gcc-4.0 -arch ppc" CXX_PPC="g++-4.0 -arch ppc" -CFLAGS_PPC="" +CFLAGS_PPC="-mmacosx-version-min=10.4" CPPFLAGS_PPC="-DMAC_OS_X_VERSION_MIN_REQUIRED=1040 \ -nostdinc \ -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks \ @@ -38,7 +38,7 @@ # PowerPC 64-bit compiler flags CC_PPC64="gcc-4.0 -arch ppc64" CXX_PPC64="g++-4.0 -arch ppc64" -CFLAGS_PPC64="" +CFLAGS_PPC64="-mmacosx-version-min=10.5" CPPFLAGS_PPC64="-DMAC_OS_X_VERSION_MIN_REQUIRED=1050 \ -nostdinc \ -F/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks \