Mercurial > sdl-ios-xcode
comparison build-scripts/fatbuild.sh @ 2089:58ed46da318c
Merged r2962:2963 from branches/SDL-1.2: wrong SDK path in fatbuild.sh.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 13 Feb 2007 09:58:58 +0000 |
parents | 9b7c0ff4977f |
children | ff3b47d22a6d |
comparison
equal
deleted
inserted
replaced
2088:3bdb1408f734 | 2089:58ed46da318c |
---|---|
46 -I/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/i686-apple-darwin8/4.0.1/include \ | 46 -I/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/i686-apple-darwin8/4.0.1/include \ |
47 -isystem /Developer/SDKs/MacOSX10.4u.sdk/usr/include" | 47 -isystem /Developer/SDKs/MacOSX10.4u.sdk/usr/include" |
48 | 48 |
49 # Intel linker flags | 49 # Intel linker flags |
50 LFLAGS_X86="-arch i386 -mmacosx-version-min=10.4 \ | 50 LFLAGS_X86="-arch i386 -mmacosx-version-min=10.4 \ |
51 -L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/i686-apple-darwin8/4.0.0 \ | 51 -L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/i686-apple-darwin8/4.0.1 \ |
52 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk" | 52 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk" |
53 | 53 |
54 # | 54 # |
55 # Find the configure script | 55 # Find the configure script |
56 # | 56 # |