Skip to content

Commit 7ffe941

Browse files
committed
build: test_crypto_engine depends on non-shared openssl
so only build it when using non-shared openssl, otherwise (mac at least) will build deps/openssl even when using shared openssl.
1 parent f7ac6ba commit 7ffe941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@
14761476
}], # end aix section
14771477
# TODO(RaisinTen): Enable this to build on other platforms as well.
14781478
['(OS=="mac" or (OS=="linux" and target_arch=="x64")) and \
1479-
node_use_openssl=="true"', {
1479+
node_use_openssl=="true" and node_shared_openssl=="false"', {
14801480
'targets': [
14811481
{
14821482
'target_name': 'test_crypto_engine',

0 commit comments

Comments
 (0)