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:
authorisaacs <i@izs.me>2012-04-09 09:31:28 +0400
committerisaacs <i@izs.me>2012-04-09 09:31:28 +0400
commit93eca95aece9804d22b012cc89487f4b0064a86d (patch)
tree92ec555186e2046860cfe87f71a6f083cb3cf92a /common.gypi
parent78eb174ea2d26ee3bea89f707b78441a8c73c098 (diff)
Revert "build: target OSX 10.5 when building on darwin"
This reverts commit b6d6a54f8057d0adad13d4bcc11eb3f443079ddc, which fixed #3072, so we'll have to figure out another way to make that work.
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 c03a8fac726..d4c610576ee 100644
--- a/common.gypi
+++ b/common.gypi
@@ -171,7 +171,6 @@
'GCC_VERSION': '4.2',
'GCC_WARN_ABOUT_MISSING_NEWLINE': 'YES', # -Wnewline-eof
'PREBINDING': 'NO', # No -Wl,-prebind
- 'MACOSX_DEPLOYMENT_TARGET': '10.5',
'USE_HEADERMAP': 'NO',
'OTHER_CFLAGS': [
'-fno-strict-aliasing',