summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index a9c267598..1568fa6c8 100644
--- a/node.gyp
+++ b/node.gyp
@@ -205,6 +205,9 @@
'libraries': [ '-lpsapi.lib' ]
}, { # POSIX
'defines': [ '__POSIX__' ],
+ 'ldflags': [
+ '-Wl,--dynamic-list=../deps/openssl/export/unix/openssl.sym'
+ ]
}],
[ 'OS=="mac"', {
'libraries': [ '-framework Carbon' ],