summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
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', {