diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-01-23 16:31:48 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 10:49:07 +0100 |
commit | 272fa8935ed1e97a7c8a5e6cbd44bb47ac7dc00b (patch) | |
tree | 50b5747dd57680acadb4ab45ad52e075553ec11e /bin | |
parent | fbe30e04c48353a9fdd14151728e27ffe168c9ca (diff) | |
download | qtlocation-mapboxgl-272fa8935ed1e97a7c8a5e6cbd44bb47ac7dc00b.tar.gz |
make storage lib separate so we can build without storage libs
Diffstat (limited to 'bin')
-rw-r--r-- | bin/render.gyp | 8 |
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', ], }, ], |