diff --git a/build.sh b/build.sh index 24f5532..7e7d7ff 100755 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ export CXX=clang++ # How many concurrent jobs should be used for compiling? JOBS=`grep -c ^processor /proc/cpuinfo` -# SDK version to use (don't forget to change TARGET too) +# SDK version to use SDK_VERSION=10.8 # Minimum targeted OS X version