The SDK path is no longer needed (and no longer correct)

This commit is contained in:
Sam Lantinga 2012-09-25 20:48:26 -07:00
parent d2b7ba63d1
commit 144d68b081

View file

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