summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp7
1 files changed, 6 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 38311a1cc4..348040e03d 100644
--- a/node.gyp
+++ b/node.gyp
@@ -149,7 +149,12 @@
'sources': [ 'src/node_crypto.cc' ],
'conditions': [
[ 'node_shared_openssl=="false"', {
- 'dependencies': [ './deps/openssl/openssl.gyp:openssl' ],
+ 'dependencies': [
+ './deps/openssl/openssl.gyp:openssl',
+
+ # For tests
+ './deps/openssl/openssl.gyp:openssl-cli',
+ ],
}]]
}, {
'defines': [ 'HAVE_OPENSSL=0' ]