From 7c15b5b574577b0ea15b816d8e4c04315be1be9d Mon Sep 17 00:00:00 2001 From: msotnikov Date: Mon, 20 Feb 2023 11:49:14 +0200 Subject: [PATCH] Add openssl_fips to binding.gyp Fix this issue https://github.com/nodejs/node-gyp/issues/2673#issuecomment-1165324060 --- binding.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/binding.gyp b/binding.gyp index 20d418b3c..2cb365973 100644 --- a/binding.gyp +++ b/binding.gyp @@ -2,6 +2,7 @@ "includes": [ "deps/common-sqlite.gypi" ], "variables": { "sqlite%":"internal", + "openssl_fips":"", "sqlite_libname%":"sqlite3" }, "targets": [