diff --git a/prebuild/index.js b/prebuild/index.js index e4c87180..49976a65 100644 --- a/prebuild/index.js +++ b/prebuild/index.js @@ -114,7 +114,10 @@ function prebuildTarget (arch, target) { '--build_v8_with_gn=false', '--v8_enable_pointer_compression=""', '--v8_enable_31bit_smis_on_64bit_arch=""', - '--enable_lto=false' + '--enable_lto=false', + // Workaround for https://github.com/nodejs/node-gyp/issues/2750 + // taken from https://github.com/nodejs/node-gyp/issues/2673#issuecomment-1196931379 + '--openssl_fips=""' ].join(' ') }