summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-04-22 10:18:32 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-04-22 10:18:32 +0200
commit263702b499ecc0862a81467b9130a259c67d767e (patch)
tree439c0dde6ff84a190f541f46b420265d8322d976 /linux
parent29fdfacfded3af0f31a90e5e78f6c827a7a0cb9d (diff)
downloadqtlocation-mapboxgl-263702b499ecc0862a81467b9130a259c67d767e.tar.gz
remove library name deduplication from gyp
refs #155
Diffstat (limited to 'linux')
-rw-r--r--linux/llmr-app.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/llmr-app.gyp b/linux/llmr-app.gyp
index 2a03d90186..e12737b92c 100644
--- a/linux/llmr-app.gyp
+++ b/linux/llmr-app.gyp
@@ -42,7 +42,7 @@
'<@(curl_cflags)',
],
'link_settings': {
- 'ldflags': [
+ 'libraries': [
'<@(glfw3_libraries)',
'<@(curl_libraries)',
],