From 2f832be7a88768244214d536d2bb729be4f73ba2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 20 Oct 2021 12:05:51 +0200 Subject: nodejs: bump to 17.0.0 --- extra/nodejs/build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extra/nodejs/build') diff --git a/extra/nodejs/build b/extra/nodejs/build index 0ef981e1..888bcac4 100755 --- a/extra/nodejs/build +++ b/extra/nodejs/build @@ -8,5 +8,8 @@ ulimit -n 4096 ||: --with-intl=none \ --ninja +# Remove broken subninja that we don't require anyway. +clsed '/^subninja.*openssl-fipsmodule/d' out/Release/build.ninja + ninja -C out/Release tools/install.py install "$1" /usr -- cgit v1.2.3