0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-24 12:10:08 +01:00

build: add missing openssl_fips% to common.gypi

See: atom/node@cba512d493

PR-URL: https://github.com/nodejs/node/pull/5919
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
This commit is contained in:
Fedor Indutny 2016-03-26 20:23:07 -04:00
parent a15906c74b
commit 26a4a4bc93

View File

@ -14,6 +14,8 @@
'node_tag%': '',
'uv_library%': 'static_library',
'openssl_fips%': '',
# Default to -O0 for debug builds.
'v8_optimized_debug%': 0,