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:
authorNathan Rajlich <nathan@tootallnate.net>2012-04-06 03:30:33 +0400
committerNathan Rajlich <nathan@tootallnate.net>2012-04-06 03:30:33 +0400
commitb6d6a54f8057d0adad13d4bcc11eb3f443079ddc (patch)
tree50be4a05f48b4228fa7a98a984c2aa5e46538a83 /common.gypi
parent3e8857271bf237d9edc19b2b3e75466801dd0405 (diff)
build: target OSX 10.5 when building on darwin
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.gypi b/common.gypi
index d4c610576ee..c03a8fac726 100644
--- a/common.gypi
+++ b/common.gypi
@@ -171,6 +171,7 @@
'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',