summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-04-13 18:18:07 +0200
committerMike Morris <michael.patrick.morris@gmail.com>2015-04-13 19:33:16 +0200
commit2fd22b874231399d9060c07930d4eb5dde941e2b (patch)
tree998d7e1d44685d9c964eccdcc434fe1db3e71142 /macosx
parent3efbb69e0c94e72ca88d4d2dca4aadde6f3df652 (diff)
downloadqtlocation-mapboxgl-2fd22b874231399d9060c07930d4eb5dde941e2b.tar.gz
define MACOSX_DEPLOYMENT_TARGET in common.gypi
Needed in target_defaults to prevent node-gyp from overriding this everywhere with '10.5' from https://github.com/joyent/node/blob/master/common.gypi
Diffstat (limited to 'macosx')
-rw-r--r--macosx/mapboxgl-app.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/mapboxgl-app.gyp b/macosx/mapboxgl-app.gyp
index 39aef6435b..9817f9d97c 100644
--- a/macosx/mapboxgl-app.gyp
+++ b/macosx/mapboxgl-app.gyp
@@ -54,7 +54,6 @@
'OTHER_LDFLAGS': [ '<@(ldflags)' ],
'SDKROOT': 'macosx',
'INFOPLIST_FILE': 'Info.plist',
- 'MACOSX_DEPLOYMENT_TARGET': '10.9',
'CLANG_ENABLE_OBJC_ARC': 'YES'
},
}