From e0b70430276c864ca0871c89979767810ff161b3 Mon Sep 17 00:00:00 2001 From: NoahAndrews Date: Wed, 15 Nov 2023 15:21:58 -0600 Subject: [PATCH] Fix build error with Electron https://github.com/nodejs/node-gyp/issues/2673 --- binding.gyp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/binding.gyp b/binding.gyp index ed6bbfa..4cfe704 100644 --- a/binding.gyp +++ b/binding.gyp @@ -36,5 +36,8 @@ 'VCCLCompilerTool': { 'ExceptionHandling': 1 }, } } - ] + ], + 'variables' : { + 'openssl_fips': '', + } }