diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-11-11 16:58:44 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-12-12 12:37:55 +0100 |
commit | 06735c65444ab5a59c75c4f147fd8cbd31770dbf (patch) | |
tree | e574c00ead8a62db07bf1083d505c0ce72b0572a /macosx | |
parent | 5b14c85b780249b904680978744226ad2b81eec4 (diff) | |
download | qtlocation-mapboxgl-06735c65444ab5a59c75c4f147fd8cbd31770dbf.tar.gz |
depend on mbgl-core instead of -standalone so we don't have to run the packaging script every time
(this speeds up the build slightly)
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/mapboxgl-app.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/mapboxgl-app.gyp b/macosx/mapboxgl-app.gyp index e948d054c2..6696ebc577 100644 --- a/macosx/mapboxgl-app.gyp +++ b/macosx/mapboxgl-app.gyp @@ -37,6 +37,8 @@ }, 'variables' : { 'ldflags': [ + '<@(uv_ldflags)', + '<@(uv_static_libs)', '<@(sqlite3_ldflags)', '<@(glfw3_static_libs)', '<@(glfw3_ldflags)', @@ -54,7 +56,7 @@ ], 'dependencies': [ '../mapboxgl.gyp:bundle_styles', - '../mapboxgl.gyp:mbgl-standalone', + '../mapboxgl.gyp:mbgl-core', '../mapboxgl.gyp:mbgl-osx', ] } |