Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 34321c3

Browse files
zcbenzcodebytere
authored andcommitted
Remove openssl_fips in common.gypi
When building native modules with old node this will cause errors: gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp while trying to load binding.gyp
1 parent 54ddc49 commit 34321c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
'OBJ_DIR%': '<(PRODUCT_DIR)/obj.target',
6060
'V8_BASE': '<(PRODUCT_DIR)/libv8_base.a',
6161
}],
62-
['openssl_fips != ""', {
62+
['"" != ""', {
6363
'OPENSSL_PRODUCT': 'libcrypto.a',
6464
}, {
6565
'OPENSSL_PRODUCT': 'libopenssl.a',

0 commit comments

Comments
 (0)