summaryrefslogtreecommitdiff
path: root/gyp/osx.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/osx.gyp')
-rw-r--r--gyp/osx.gyp8
1 files changed, 6 insertions, 2 deletions
diff --git a/gyp/osx.gyp b/gyp/osx.gyp
index 7501dd8ba0..18d5fe1524 100644
--- a/gyp/osx.gyp
+++ b/gyp/osx.gyp
@@ -4,7 +4,11 @@
'../platform/osx/sdk/framework-osx.gypi',
'../platform/osx/test/osxtest.gypi',
'../platform/linux/mapboxgl-app.gypi',
- '../test/test.gypi',
- '../bin/render.gypi',
+ ],
+
+ 'conditions': [
+ ['test', { 'includes': [ '../test/test.gypi' ] } ],
+ ['offline', { 'includes': [ '../bin/offline.gypi' ] } ],
+ ['render', { 'includes': [ '../bin/render.gypi' ] } ],
],
}