changeset 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 3bdb1408f734
children f419000e7596
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:21:38 2007 +0000
+++ b/build-scripts/fatbuild.sh	Tue Feb 13 09:58:58 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"
 
 #