summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)',
]