Remove comments

This commit is contained in:
Martin Beaudoin 2013-07-11 15:31:01 -04:00
parent 751568a632
commit 6aebefdeae

View file

@ -251,11 +251,6 @@ Darwin)
# Make sure that binaries use the best features of the used OS-Version # Make sure that binaries use the best features of the used OS-Version
# We need to get rid of the revision number from this string. eg turn "10.7.5" into "10.7" # We need to get rid of the revision number from this string. eg turn "10.7.5" into "10.7"
# this gives strange results with some shells
# v=(`sw_vers -productVersion | sed 's/\./ /g'`)
# export MACOSX_DEPLOYMENT_TARGET="${v[0]}.${v[1]}"
export MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion | sed -e "s/\([0-9][0-9]*\)\.\([0-9][0-9]*\)\.\([0-9][0-9]*\)/\1.\2/g"` export MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion | sed -e "s/\([0-9][0-9]*\)\.\([0-9][0-9]*\)\.\([0-9][0-9]*\)/\1.\2/g"`
if [ "$compilerInstall" == "System" ] if [ "$compilerInstall" == "System" ]