We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fb79d commit 809ff9dCopy full SHA for 809ff9d
build.sh
@@ -52,4 +52,8 @@ grep " node-v$NODE_VERSION.tar.xz\$" SHASUMS256.txt | sha256sum -c -
52
tar -Jxf "node-v$NODE_VERSION.tar.xz"
53
cd "node-v$NODE_VERSION/"
54
./configure --fully-static --enable-static --without-npm --without-intl
55
+# See: https://github.com/nodejs/node/issues/41497#issuecomment-1013137433
56
+for i in out/tools/v8_gypfiles/gen-regexp-special-case.target.mk out/test_crypto_engine.target.mk; do
57
+ sed -i 's/\-static//g' $i || echo "nevermind";
58
+done
59
make -j"$(getconf _NPROCESSORS_ONLN)"
0 commit comments