diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-04-22 10:18:32 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-04-22 10:18:32 +0200 |
commit | 263702b499ecc0862a81467b9130a259c67d767e (patch) | |
tree | 439c0dde6ff84a190f541f46b420265d8322d976 /linux | |
parent | 29fdfacfded3af0f31a90e5e78f6c827a7a0cb9d (diff) | |
download | qtlocation-mapboxgl-263702b499ecc0862a81467b9130a259c67d767e.tar.gz |
remove library name deduplication from gyp
refs #155
Diffstat (limited to 'linux')
-rw-r--r-- | linux/llmr-app.gyp | 2 |
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)', ], |