Remove comments
This commit is contained in:
parent
751568a632
commit
6aebefdeae
1 changed files with 0 additions and 5 deletions
|
@ -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" ]
|
||||||
|
|
Reference in a new issue