diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-01-06 16:40:16 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-01-07 16:13:20 +0100 |
commit | aa76b680ef989e3b2984a49452434b78ba5d18f6 (patch) | |
tree | f08199c7454d245b0992ead961e86785d804f4ed /deps | |
parent | 1caad0db7c53641506fa9e147274bff5e4adaf35 (diff) | |
download | qtlocation-mapboxgl-aa76b680ef989e3b2984a49452434b78ba5d18f6.tar.gz |
[build] change Mac OS X platform target to avoid mismatch
Diffstat (limited to 'deps')
-rw-r--r-- | deps/gyp/test/mac/app-bundle/test-assets-catalog.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/gyp/test/mac/app-bundle/test-assets-catalog.gyp b/deps/gyp/test/mac/app-bundle/test-assets-catalog.gyp index 25f94a12d0..5a1096d474 100644 --- a/deps/gyp/test/mac/app-bundle/test-assets-catalog.gyp +++ b/deps/gyp/test/mac/app-bundle/test-assets-catalog.gyp @@ -36,7 +36,7 @@ }, 'xcode_settings': { 'INFOPLIST_FILE': 'TestApp/TestApp-Info.plist', - 'MACOSX_DEPLOYMENT_TARGET': '10.9', + 'MACOSX_DEPLOYMENT_TARGET': '10.10', }, }, ], |