summaryrefslogtreecommitdiff
path: root/mapboxgl.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'mapboxgl.gyp')
-rw-r--r--mapboxgl.gyp8
1 files changed, 2 insertions, 6 deletions
diff --git a/mapboxgl.gyp b/mapboxgl.gyp
index 64c0ccc0c7..8b805ae6d7 100644
--- a/mapboxgl.gyp
+++ b/mapboxgl.gyp
@@ -1,16 +1,12 @@
{
'includes': [
- './common.gypi',
+ './gyp/common.gypi',
'./gyp/shaders.gypi',
'./gyp/npm_install.gypi',
'./gyp/styles.gypi',
'./gyp/fixtures.gypi',
'./gyp/certificates.gypi',
'./gyp/library.gypi',
- ],
- 'conditions': [
- ['platform == "osx"', { 'includes': ['./gyp/platform-osx.gypi'] }],
- ['platform == "ios"', { 'includes': ['./gyp/platform-ios.gypi'] }],
- ['platform == "linux"', { 'includes': ['./gyp/platform-linux.gypi'] }],
+ './gyp/platform.gypi',
],
}