summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-01-23 16:31:48 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-02-04 10:49:07 +0100
commit272fa8935ed1e97a7c8a5e6cbd44bb47ac7dc00b (patch)
tree50b5747dd57680acadb4ab45ad52e075553ec11e /bin
parentfbe30e04c48353a9fdd14151728e27ffe168c9ca (diff)
downloadqtlocation-mapboxgl-272fa8935ed1e97a7c8a5e6cbd44bb47ac7dc00b.tar.gz
make storage lib separate so we can build without storage libs
Diffstat (limited to 'bin')
-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',
],
},
],