diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-12-16 12:17:40 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-12-16 12:17:40 +0100 |
commit | e57c57516fd3dd2513b6bae579f38f2f404fa545 (patch) | |
tree | ead8a96039bd86654fecd5e865bac2f1fb6e540c /bin | |
parent | 40a5bcd7d39c9e83b59fe4149c56cc09793fb53b (diff) | |
download | qtlocation-mapboxgl-e57c57516fd3dd2513b6bae579f38f2f404fa545.tar.gz |
automatically copy the certificate bundle
Diffstat (limited to 'bin')
-rw-r--r-- | bin/render.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/render.gyp b/bin/render.gyp index 9ad9e7481f..e9a2594236 100644 --- a/bin/render.gyp +++ b/bin/render.gyp @@ -46,6 +46,7 @@ '../mapboxgl.gyp:mbgl-standalone', '../mapboxgl.gyp:mbgl-headless', '../mapboxgl.gyp:mbgl-<(platform)', + '../mapboxgl.gyp:copy_certificate_bundle', ], }, ], |