diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-10-27 10:05:05 -0400 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-10-27 10:12:30 -0400 |
commit | 84700fce9095ef9a7d30a580a552f2393f8acc8a (patch) | |
tree | 06705d7b56942e0cba3e5d621d97aa08a170b265 /macosx | |
parent | 0e928b5204ad5e2a8cfc1dd1a993396be0bd9d87 (diff) | |
download | qtlocation-mapboxgl-84700fce9095ef9a7d30a580a552f2393f8acc8a.tar.gz |
allow installing the library
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/mapboxgl-app.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/mapboxgl-app.gyp b/macosx/mapboxgl-app.gyp index dc65c37567..fe8d9f7ae1 100644 --- a/macosx/mapboxgl-app.gyp +++ b/macosx/mapboxgl-app.gyp @@ -37,8 +37,8 @@ }, 'dependencies': [ '../mapboxgl.gyp:bundle_styles', - '../mapboxgl.gyp:mapboxgl', - '../mapboxgl.gyp:mapboxgl-osx', + '../mapboxgl.gyp:mbgl', + '../mapboxgl.gyp:mbgl-osx', ] } ] |