diff options
author | Nathan Rajlich <nathan@tootallnate.net> | 2012-04-10 14:36:17 -0700 |
---|---|---|
committer | Nathan Rajlich <nathan@tootallnate.net> | 2012-04-10 14:38:47 -0700 |
commit | 70a5b53e03bfb77597d7183c311bfe4b30d3ac78 (patch) | |
tree | 36933be83d5ef682de449f5074c82211caa1d6c3 /common.gypi | |
parent | 0db4dc0024eaa538bf4913d6bf256a18126de2ba (diff) | |
download | node-new-70a5b53e03bfb77597d7183c311bfe4b30d3ac78.tar.gz |
Re-apply "build: target OSX 10.5 when building on darwin"
This reverts commit 93eca95aece9804d22b012cc89487f4b0064a86d.
Fixes #3072 (once again).
Diffstat (limited to 'common.gypi')
-rw-r--r-- | common.gypi | 1 |
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', |