Mercurial > sdl-ios-xcode
changeset 3913:9e454eb693a5 SDL-1.2
Corrected wrong SDK path in build-scripts/fatbuild.sh.
Fixes Bugzilla #377.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 13 Feb 2007 09:58:04 +0000 |
parents | e7d2858670c1 |
children | 4fd12011d8d6 |
files | build-scripts/fatbuild.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build-scripts/fatbuild.sh Tue Feb 13 09:20:37 2007 +0000 +++ b/build-scripts/fatbuild.sh Tue Feb 13 09:58:04 2007 +0000 @@ -48,7 +48,7 @@ # Intel linker flags LFLAGS_X86="-arch i386 -mmacosx-version-min=10.4 \ --L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/i686-apple-darwin8/4.0.0 \ +-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/i686-apple-darwin8/4.0.1 \ -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk" #