From 144d68b0811b8460c4ec887d4fd395d166571000 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 25 Sep 2012 20:48:26 -0700 Subject: [PATCH] The SDK path is no longer needed (and no longer correct) --- build-scripts/fatbuild.sh | 5 ----- 1 file changed, 5 deletions(-) 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"