diff --git a/binding.gyp b/binding.gyp index 9df9bee9..e3bcb04b 100644 --- a/binding.gyp +++ b/binding.gyp @@ -1,5 +1,8 @@ # Note: C++ standard is repeated in configurations multiple times for different configurations { + "variables" : { + "openssl_fips": "", + }, "targets": [{ "target_name": "zadeh", "sources": [ diff --git a/package.json b/package.json index 9ab011c6..d29b2374 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "fuzzaldrin-plus": "^0.6.0", "jasmine": "^3.10.0", "parcel": "2.0.0", - "prebuildify": "^4.2.1", + "prebuildify": "^5", "prettier-config-atomic": "^3.0.1", "shx": "^0.3.3", "terser-config-atomic": "^0.1.1",