Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit cba512d

Browse files
committed
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 f76669f commit cba512d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'OBJ_DIR': '<(PRODUCT_DIR)/obj.target',
3939
'V8_BASE': '<(PRODUCT_DIR)/obj.target/deps/v8/tools/gyp/libv8_base.a',
4040
}],
41-
['openssl_fips != ""', {
41+
['"" != ""', {
4242
'OPENSSL_PRODUCT': 'libcrypto.a',
4343
}, {
4444
'OPENSSL_PRODUCT': 'libopenssl.a',

0 commit comments

Comments
 (0)