Skip to content

Commit

Permalink
Corrected wrong SDK path in build-scripts/fatbuild.sh.
Browse files Browse the repository at this point in the history
  Fixes Bugzilla #377.
  • Loading branch information
icculus committed Feb 13, 2007
1 parent f828416 commit 646658e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/fatbuild.sh
Expand Up @@ -48,7 +48,7 @@ CPPFLAGS_X86="-DMAC_OS_X_VERSION_MIN_REQUIRED=1040 \

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

#
Expand Down

0 comments on commit 646658e

Please sign in to comment.