summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-11-17 11:54:06 -0800
committerJustin R. Miller <incanus@codesorcery.net>2014-11-17 11:54:06 -0800
commit947a16e9859cc35a9c6875c09263f45843e30832 (patch)
treea3d5cb672cfbb38d8824f2444fc6f191f123a1cd /gyp
parent0547ae118424d68e60aeaa1911be53427afa9e4a (diff)
parent2408ea30c94129b41ba14ad93b23f46d70c0cc83 (diff)
downloadqtlocation-mapboxgl-947a16e9859cc35a9c6875c09263f45843e30832.tar.gz
Merge branch 'master' of github.com:mapbox/mapbox-gl-native
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)',
]