summaryrefslogtreecommitdiff
path: root/repo/nodejs
diff options
context:
space:
mode:
Diffstat (limited to 'repo/nodejs')
-rw-r--r--repo/nodejs/nodejs.xibuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/nodejs/nodejs.xibuild b/repo/nodejs/nodejs.xibuild
index bcccc70..e13b494 100644
--- a/repo/nodejs/nodejs.xibuild
+++ b/repo/nodejs/nodejs.xibuild
@@ -26,7 +26,8 @@ build () {
--openssl-use-def-ca-store \
--with-icu-default-data-dir=$(icu-config --icudatadir) \
--with-intl=small-icu \
- --without-corepack
+ --without-corepack \
+ --without-npm
make
}