diff options
Diffstat (limited to 'repo/nodejs/nodejs.xibuild')
-rw-r--r-- | repo/nodejs/nodejs.xibuild | 3 |
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 } |