Snow leopard should be the exception, not the standard for building
parent
55aecb81fd
commit
22fb8841be
|
|
@ -406,10 +406,10 @@ if [ $WANTS_BUILD -eq $TRUE ] ; then
|
|||
else
|
||||
JOBS="-jobs $JOBS"
|
||||
fi
|
||||
if [ $OSTYPE == "darwin11" -o $OSTYPE == "darwin12" ] ; then
|
||||
xcodebuild -configuration $BTYPE -project Firestorm.xcodeproj $JOBS GCC_OPTIMIZATION_LEVEL=3 GCC_ENABLE_SSE3_EXTENSIONS=YES 2>&1 | tee -a $LOG
|
||||
else
|
||||
if [ $OSTYPE == darwin10 ] ; then
|
||||
xcodebuild -configuration $BTYPE -project Firestorm.xcodeproj GCC_VERSION=4.2 GCC_OPTIMIZATION_LEVEL=3 GCC_ENABLE_SSE3_EXTENSIONS=YES 2>&1 | tee -a $LOG
|
||||
else
|
||||
xcodebuild -configuration $BTYPE -project Firestorm.xcodeproj $JOBS GCC_OPTIMIZATION_LEVEL=3 GCC_ENABLE_SSE3_EXTENSIONS=YES 2>&1 | tee -a $LOG
|
||||
fi
|
||||
elif [ $PLATFORM == "linux32" -o $PLATFORM == "linux64" ] ; then
|
||||
if [ $JOBS == "0" ] ; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue