summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorLeith Bade <leith@leithalweapon.geek.nz>2014-11-14 08:05:13 +1100
committerLeith Bade <leith@leithalweapon.geek.nz>2014-11-14 08:05:13 +1100
commita7d582a3e0996234fd2d485e23cc2f4ec8b04ed4 (patch)
tree32afd404d7e92a6e29c147fa5ae62df63ebe78f9 /gyp
parent0c2e3be5af419cc69fe0ae704ab28d2027118b8a (diff)
parent2408ea30c94129b41ba14ad93b23f46d70c0cc83 (diff)
downloadqtlocation-mapboxgl-a7d582a3e0996234fd2d485e23cc2f4ec8b04ed4.tar.gz
Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-mason
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)',
]