From e0d508ca8eebd3e3e64adeb1b16ced1d1d833886 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Sat, 26 Mar 2016 20:23:07 -0400 Subject: [PATCH] gyp: add missing `openssl_fips%` to common.gypi No comments, it just should be there in some rare cases. See: atom/node@cba512d493d968afb203e28ed01e8d345fc9c9f4 --- common.gypi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.gypi b/common.gypi index db719ef0eead52..4a8e8716b9c8d4 100644 --- a/common.gypi +++ b/common.gypi @@ -14,6 +14,8 @@ 'node_tag%': '', 'uv_library%': 'static_library', + 'openssl_fips%': '', + # Default to -O0 for debug builds. 'v8_optimized_debug%': 0,