Skip to content

Commit

Permalink
Corrected SDK path in gcc-fat.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 13, 2007
1 parent 4087d1f commit 741eec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc-fat.sh
Expand Up @@ -26,7 +26,7 @@ GCC_COMPILE_X86="gcc-4.0 -arch i386 -mmacosx-version-min=10.4 \
-isystem /Developer/SDKs/MacOSX10.4u.sdk/usr/include"

GCC_LINK_X86="\
-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"

# Output both PowerPC and Intel object files
Expand Down

0 comments on commit 741eec8

Please sign in to comment.