summaryrefslogtreecommitdiff
path: root/bin/render.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/render.gyp')
-rw-r--r--bin/render.gyp6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/render.gyp b/bin/render.gyp
index 9fb6066eb5..9ad9e7481f 100644
--- a/bin/render.gyp
+++ b/bin/render.gyp
@@ -1,8 +1,6 @@
{
'includes': [
'../gyp/common.gypi',
- '../gyp/version.gypi',
- '../gyp/mbgl-platform.gypi',
],
'targets': [
{
@@ -45,9 +43,9 @@
],
'include_dirs': [ '../src' ],
'dependencies': [
- '../mapboxgl.gyp:mbgl-core',
+ '../mapboxgl.gyp:mbgl-standalone',
'../mapboxgl.gyp:mbgl-headless',
- '<(platform_library)',
+ '../mapboxgl.gyp:mbgl-<(platform)',
],
},
],