From 272fa8935ed1e97a7c8a5e6cbd44bb47ac7dc00b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Fri, 23 Jan 2015 16:31:48 +0100 Subject: make storage lib separate so we can build without storage libs --- bin/render.gyp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin') 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', ], }, ], -- cgit v1.2.1