Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Re-apply "build: target OSX 10.5 when building on darwin"
Browse files Browse the repository at this point in the history
This reverts commit 93eca95.

Fixes #3072 (once again).
  • Loading branch information
TooTallNate committed Apr 10, 2012
1 parent 0db4dc0 commit 70a5b53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.gypi
Expand Up @@ -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',
Expand Down

0 comments on commit 70a5b53

Please sign in to comment.