diff 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
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"
 
 #