# HG changeset patch # User Ryan C. Gordon # Date 1171360684 0 # Node ID 9e454eb693a5d0c4a7068e07555c7f0d6ed9a876 # Parent e7d2858670c1e865196767251109474bbab37c2f Corrected wrong SDK path in build-scripts/fatbuild.sh. Fixes Bugzilla #377. diff -r e7d2858670c1 -r 9e454eb693a5 build-scripts/fatbuild.sh --- 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" #