summaryrefslogtreecommitdiff
path: root/llmr.gyp
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 /llmr.gyp
parent871bb9d02ea30d80fc7a473f30652d12f407db45 (diff)
downloadqtlocation-mapboxgl-29fdfacfded3af0f31a90e5e78f6c827a7a0cb9d.tar.gz
gyp deduplicates the 'libraries' key, so we're using the ldflags instead
Diffstat (limited to 'llmr.gyp')
-rw-r--r--llmr.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llmr.gyp b/llmr.gyp
index aae6630e12..ff97bb2308 100644
--- a/llmr.gyp
+++ b/llmr.gyp
@@ -97,7 +97,7 @@
]
}
}, {
- 'libraries': [
+ 'ldflags': [
'<@(png_libraries)',
'<@(uv_libraries)',
]
@@ -167,7 +167,7 @@
]
}
}, {
- 'libraries': [
+ 'ldflags': [
'<@(png_libraries)',
'<@(uv_libraries)',
]