summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorNathan Rajlich <nathan@tootallnate.net>2012-04-05 16:30:33 -0700
committerNathan Rajlich <nathan@tootallnate.net>2012-04-05 16:30:33 -0700
commitb6d6a54f8057d0adad13d4bcc11eb3f443079ddc (patch)
tree50be4a05f48b4228fa7a98a984c2aa5e46538a83 /common.gypi
parent3e8857271bf237d9edc19b2b3e75466801dd0405 (diff)
downloadnode-new-b6d6a54f8057d0adad13d4bcc11eb3f443079ddc.tar.gz
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 d4c610576e..c03a8fac72 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',