Revert "build: target OSX 10.5 when building on darwin"
authorisaacs <i@izs.me>
Mon, 9 Apr 2012 05:31:28 +0000 (22:31 -0700)
committerisaacs <i@izs.me>
Mon, 9 Apr 2012 05:31:28 +0000 (22:31 -0700)
This reverts commit b6d6a54f8057d0adad13d4bcc11eb3f443079ddc,
which fixed #3072, so we'll have to figure out another way
to make that work.

common.gypi

index c03a8fa..d4c6105 100644 (file)
           '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',