summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-24 08:44:49 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-24 09:55:13 -0700
commiteb03611943fc1c6a57d8981eff754f97ce99d4c7 (patch)
tree5056a564af757e990760a7be74836bf17c0ee304 /platform
parenta6e0870a3a4c2fa441a8d28fd9a9134c0e2af783 (diff)
downloadqtlocation-mapboxgl-eb03611943fc1c6a57d8981eff754f97ce99d4c7.tar.gz
[build] Make gyp commands more consistent
Diffstat (limited to 'platform')
-rw-r--r--platform/android/platform.gyp1
-rw-r--r--platform/linux/platform.gyp1
-rw-r--r--platform/qt/platform.gyp1
3 files changed, 3 insertions, 0 deletions
diff --git a/platform/android/platform.gyp b/platform/android/platform.gyp
index 8336bd5c98..964492a21e 100644
--- a/platform/android/platform.gyp
+++ b/platform/android/platform.gyp
@@ -2,6 +2,7 @@
'variables': {
'loop_lib': 'android',
'headless_lib': 'none',
+ 'coverage': 0,
},
'includes': [
'../../mbgl.gypi',
diff --git a/platform/linux/platform.gyp b/platform/linux/platform.gyp
index 4791ba30c4..98a1e253c9 100644
--- a/platform/linux/platform.gyp
+++ b/platform/linux/platform.gyp
@@ -2,6 +2,7 @@
'variables': {
'loop_lib': 'uv',
'headless_lib': 'glx',
+ 'coverage': '<!(echo $ENABLE_COVERAGE)>',
},
'conditions': [
['OS == "mac"', {
diff --git a/platform/qt/platform.gyp b/platform/qt/platform.gyp
index 04b5c20ab3..2a0e1c57bc 100644
--- a/platform/qt/platform.gyp
+++ b/platform/qt/platform.gyp
@@ -9,6 +9,7 @@
}]
],
'qtlibversion': '1.0.0',
+ 'coverage': 0,
},
'conditions': [
['<(qt_version_major) == 5', {