diff options
author | Nathan Rajlich <nathan@tootallnate.net> | 2012-04-05 16:30:33 -0700 |
---|---|---|
committer | Nathan Rajlich <nathan@tootallnate.net> | 2012-04-05 16:30:33 -0700 |
commit | b6d6a54f8057d0adad13d4bcc11eb3f443079ddc (patch) | |
tree | 50be4a05f48b4228fa7a98a984c2aa5e46538a83 /common.gypi | |
parent | 3e8857271bf237d9edc19b2b3e75466801dd0405 (diff) | |
download | node-new-b6d6a54f8057d0adad13d4bcc11eb3f443079ddc.tar.gz |
build: target OSX 10.5 when building on darwin
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', |