summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorFedor Indutny <fedor.indutny@gmail.com>2013-12-11 21:20:17 +0400
committerFedor Indutny <fedor.indutny@gmail.com>2013-12-11 21:21:10 +0400
commit6f3d60388eb8be4f24e6e8312f7bc85f5f8773c3 (patch)
tree4b137d2306ec91c7e1bd6809e40f684f44bcf16e /node.gyp
parent153784b3489e2feb9d93a3a5eee5a4aa34f74e39 (diff)
downloadandroid-node-v8-6f3d60388eb8be4f24e6e8312f7bc85f5f8773c3.tar.gz
android-node-v8-6f3d60388eb8be4f24e6e8312f7bc85f5f8773c3.tar.bz2
android-node-v8-6f3d60388eb8be4f24e6e8312f7bc85f5f8773c3.zip
gyp: build openssl-cli tool and use it in tests
fix #6663
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 f8f4a9ac8e..0b5ea215b4 100644
--- a/node.gyp
+++ b/node.gyp
@@ -177,7 +177,12 @@
],
'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' ]