diff --git a/build-scripts/fatbuild.sh b/build-scripts/fatbuild.sh index 482372f41..fce53f5d5 100755 --- a/build-scripts/fatbuild.sh +++ b/build-scripts/fatbuild.sh @@ -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"