We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd54bce commit ac24c80Copy full SHA for ac24c80
common.gypi
@@ -29,6 +29,7 @@
29
'error_on_warn%': 'false',
30
31
'openssl_fips%': '',
32
+ 'openssl_product': '<(STATIC_LIB_PREFIX)openssl<(STATIC_LIB_SUFFIX)',
33
'openssl_no_asm%': 0,
34
35
# Don't use ICU data file (icudtl.dat) from V8, we use our own.
@@ -101,11 +102,6 @@
101
102
'obj_dir%': '<(PRODUCT_DIR)/obj.target',
103
'v8_base': '<(PRODUCT_DIR)/obj.target/tools/v8_gypfiles/libv8_snapshot.a',
104
}],
- ['openssl_fips != ""', {
105
- 'openssl_product': '<(STATIC_LIB_PREFIX)openssl<(STATIC_LIB_SUFFIX)',
106
- }, {
107
108
- }],
109
['OS=="mac"', {
110
'clang%': 1,
111
0 commit comments