summaryrefslogtreecommitdiff
path: root/gyp/common.gypi
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-01-29 18:30:46 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-02-04 10:49:09 +0100
commit29baacf3a5bb773d94d08d16b81c3cda45a44eb6 (patch)
tree1dc3ca456151138ee5e8b7cf88b3afcecc3df1db /gyp/common.gypi
parent3d51e116a84ee168975bcee8377e9156f77e2731 (diff)
downloadqtlocation-mapboxgl-29baacf3a5bb773d94d08d16b81c3cda45a44eb6.tar.gz
refactor makefile
Diffstat (limited to 'gyp/common.gypi')
-rw-r--r--gyp/common.gypi5
1 files changed, 1 insertions, 4 deletions
diff --git a/gyp/common.gypi b/gyp/common.gypi
index 2e47dd2f60..301856c52f 100644
--- a/gyp/common.gypi
+++ b/gyp/common.gypi
@@ -1,7 +1,4 @@
{
- 'includes': [
- './variables.gypi',
- ],
'variables': {
'install_prefix%': '',
'standalone_product_dir':'<!@(pwd)/build',
@@ -60,7 +57,7 @@
}, {
'cflags_cc': [ '-fPIC' ],
}],
- ['platform == "ios"', {
+ ['host == "ios"', {
'xcode_settings': {
'SDKROOT': 'iphoneos',
'SUPPORTED_PLATFORMS': 'iphonesimulator iphoneos',