Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-01-19 19:18:37 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-01-31 18:12:12 +0400
commit03c4aa6aefa31bbefe8c7d5f60af75409e753742 (patch)
treea0a09d80b7e5925f6fcdf3bf124ade8676d4a049 /common.gypi
parent42ea068a1a6f7528662cf4d77e7c94e64daf7804 (diff)
build: don't set -mmacosx-version-min
It sets __MAC_OS_X_VERSION_MIN_REQUIRED__, which is what we use for feature detection.
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 739a95b9f9c..d93bba77c86 100644
--- a/common.gypi
+++ b/common.gypi
@@ -143,7 +143,6 @@
'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
'GCC_VERSION': '4.2',
'GCC_WARN_ABOUT_MISSING_NEWLINE': 'YES', # -Wnewline-eof
- 'MACOSX_DEPLOYMENT_TARGET': '10.4', # -mmacosx-version-min=10.4
'PREBINDING': 'NO', # No -Wl,-prebind
'USE_HEADERMAP': 'NO',
'OTHER_CFLAGS': [