mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
Re-apply "build: target OSX 10.5 when building on darwin"
This reverts commit 93eca95aec.
Fixes #3072 (once again).
This commit is contained in:
parent
0db4dc0024
commit
70a5b53e03
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user