summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-04-22 09:53:45 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-04-22 09:53:45 +0200
commit29fdfacfded3af0f31a90e5e78f6c827a7a0cb9d (patch)
treeab9c25e22b8bda6c735a6ae9ce4caf810edc8e6b /linux
parent871bb9d02ea30d80fc7a473f30652d12f407db45 (diff)
downloadqtlocation-mapboxgl-29fdfacfded3af0f31a90e5e78f6c827a7a0cb9d.tar.gz
gyp deduplicates the 'libraries' key, so we're using the ldflags instead
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 e12737b92c..2a03d90186 100644
--- a/linux/llmr-app.gyp
+++ b/linux/llmr-app.gyp
@@ -42,7 +42,7 @@
'<@(curl_cflags)',
],
'link_settings': {
- 'libraries': [
+ 'ldflags': [
'<@(glfw3_libraries)',
'<@(curl_libraries)',
],