We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ac6ba commit 7ffe941Copy full SHA for 7ffe941
1 file changed
node.gyp
@@ -1476,7 +1476,7 @@
1476
}], # end aix section
1477
# TODO(RaisinTen): Enable this to build on other platforms as well.
1478
['(OS=="mac" or (OS=="linux" and target_arch=="x64")) and \
1479
- node_use_openssl=="true"', {
+ node_use_openssl=="true" and node_shared_openssl=="false"', {
1480
'targets': [
1481
{
1482
'target_name': 'test_crypto_engine',
0 commit comments