summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-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)',