Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
The SDK path is no longer needed (and no longer correct)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 26, 2012
1 parent a015c1d commit 497b88b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build-scripts/fatbuild.sh
Expand Up @@ -8,11 +8,6 @@ if test x$NJOB = x; then
NJOB=$NCPU
fi

# SDK path
if test x$SDK_PATH = x; then
SDK_PATH=/Developer/SDKs
fi

# Generic, cross-platform CFLAGS you always want go here.
CFLAGS="-O3 -g -pipe"

Expand Down

0 comments on commit 497b88b

Please sign in to comment.