summaryrefslogtreecommitdiff
path: root/bin/render.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/render.gyp')
-rw-r--r--bin/render.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/render.gyp b/bin/render.gyp
index 0a41b02a8f..71b36fba5e 100644
--- a/bin/render.gyp
+++ b/bin/render.gyp
@@ -44,10 +44,10 @@
],
'include_dirs': [ '../src' ],
'dependencies': [
- '../mapboxgl.gyp:mbgl-standalone',
- '../mapboxgl.gyp:mbgl-headless',
- '../mapboxgl.gyp:mbgl-<(platform)',
- '../mapboxgl.gyp:copy_certificate_bundle',
+ '../mbgl.gyp:<(core_library)',
+ '../mbgl.gyp:<(headless_library)',
+ '../mbgl.gyp:<(platform_library)',
+ '../mbgl.gyp:copy_certificate_bundle',
],
},
],