summaryrefslogtreecommitdiff
path: root/android/mapboxgl-app.gyp
diff options
context:
space:
mode:
authorLeith Bade <leith@leithalweapon.geek.nz>2014-11-09 00:35:52 +1100
committerLeith Bade <leith@leithalweapon.geek.nz>2014-11-09 00:35:52 +1100
commit70057e1b8eb40bf2d7ba85d7aae4e7c56eaefd99 (patch)
tree8ab794252c48499c2fe366155cf5b454f80eb5c2 /android/mapboxgl-app.gyp
parent30a420d9a3e2bcef2402cba17d1e3028ce5b9d1d (diff)
parent9038e963bea3dc40d0ba422d3fa88c924c595da8 (diff)
downloadqtlocation-mapboxgl-70057e1b8eb40bf2d7ba85d7aae4e7c56eaefd99.tar.gz
Merge branch 'master' of https://github.com/mapbox/mapbox-gl-native into android-mason
Conflicts: gyp/common.gypi include/mbgl/geometry/vao.hpp include/mbgl/platform/event.hpp include/mbgl/platform/gl.hpp platform/default/http_request_baton_curl.cpp src/storage/response.cpp
Diffstat (limited to 'android/mapboxgl-app.gyp')
-rw-r--r--android/mapboxgl-app.gyp7
1 files changed, 6 insertions, 1 deletions
diff --git a/android/mapboxgl-app.gyp b/android/mapboxgl-app.gyp
index 6c6dc72e32..ac8937fb38 100644
--- a/android/mapboxgl-app.gyp
+++ b/android/mapboxgl-app.gyp
@@ -24,7 +24,12 @@
],
'variables': {
'ldflags': [
- '-llog -landroid -lEGL -lGLESv2 -lstdc++ -latomic '
+ '-llog',
+ '-landroid',
+ '-lEGL',
+ '-lGLESv2',
+ '-lstdc++',
+ '-latomic',
'<@(png_ldflags)',
'<@(sqlite3_ldflags)',
'<@(openssl_ldflags)',