diff options
author | Cem Keylan <cem@ckyln.com> | 2021-10-20 12:05:51 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-10-20 12:05:51 +0200 |
commit | 2f832be7a88768244214d536d2bb729be4f73ba2 (patch) | |
tree | 43aad9f5b8f341c5c48d2e895426056471844c47 /extra/nodejs/build | |
parent | afa7adc4812e683835321c328068f1d34aa4113c (diff) | |
download | repository-2f832be7a88768244214d536d2bb729be4f73ba2.tar.gz |
nodejs: bump to 17.0.0
Diffstat (limited to 'extra/nodejs/build')
-rwxr-xr-x | extra/nodejs/build | 3 |
1 files changed, 3 insertions, 0 deletions
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 |