summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2014-11-13 11:47:06 -0800
committerMike Morris <michael.patrick.morris@gmail.com>2014-11-13 11:47:06 -0800
commite0b4107595bdce3a544d2710af1ea9377503c85c (patch)
treeced4f292feb9078c4763a909db88d9b4fcc01c9a /gyp
parent27cf24171a014b63e139e7fc77422753beac44e1 (diff)
downloadqtlocation-mapboxgl-e0b4107595bdce3a544d2710af1ea9377503c85c.tar.gz
pass png_static_libs to other_ldflags in install.gypi on Linux, closes #581
Diffstat (limited to 'gyp')
-rw-r--r--gyp/install.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/install.gypi b/gyp/install.gypi
index df65d0457e..7b8cf6220e 100644
--- a/gyp/install.gypi
+++ b/gyp/install.gypi
@@ -22,6 +22,7 @@
'conditions': [
['OS == "linux"', {
'other_ldflags': [
+ '<@(png_static_libs)',
'<@(glfw3_static_libs)',
'<@(glfw3_ldflags)',
]