summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-04-18 17:38:51 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-19 16:28:30 -0700
commit2d33ae5ed77cbea3dc7352c23fa6a6fa91dc8a02 (patch)
treed838d39e7dd58ee0c72530af2946371e24a207cd /platform
parent24a9d4794483ad3dfebfbbcea6c4330c779a4c48 (diff)
downloadqtlocation-mapboxgl-2d33ae5ed77cbea3dc7352c23fa6a6fa91dc8a02.tar.gz
[ios, osx] Eliminate use of main.mk
Diffstat (limited to 'platform')
-rw-r--r--platform/ios/platform.gyp2
-rw-r--r--platform/osx/platform.gyp2
2 files changed, 4 insertions, 0 deletions
diff --git a/platform/ios/platform.gyp b/platform/ios/platform.gyp
index 6ef980cf08..0f744691c4 100644
--- a/platform/ios/platform.gyp
+++ b/platform/ios/platform.gyp
@@ -2,8 +2,10 @@
'variables': {
'loop_lib': 'darwin',
'headless_lib': 'eagl',
+ 'coverage': 0,
},
'includes': [
+ '../../build/ios-all/config.gypi',
'../../mbgl.gypi',
'../../test/test.gypi',
],
diff --git a/platform/osx/platform.gyp b/platform/osx/platform.gyp
index ed6b66ab73..6279f8ca6a 100644
--- a/platform/osx/platform.gyp
+++ b/platform/osx/platform.gyp
@@ -2,8 +2,10 @@
'variables': {
'loop_lib': 'darwin',
'headless_lib': 'cgl',
+ 'coverage': 0,
},
'includes': [
+ '../../build/osx-x86_64/config.gypi',
'../../mbgl.gypi',
'../../test/test.gypi',
'../../bin/glfw.gypi',