From ef525965185111190f7b180543956a16a7ef7772 Mon Sep 17 00:00:00 2001 From: Brett Jia Date: Sat, 30 Dec 2023 18:11:57 -0500 Subject: [PATCH] pass parallel to nss script --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index a05aec1a..90117391 100644 --- a/Makefile.in +++ b/Makefile.in @@ -213,7 +213,7 @@ $(nss_static_libs): $(NSS_VERSION).tar.gz ifeq ($(host),$(build)) # Native build, use NSS' build script. cd $(NSS_VERSION)/nss - ./build.sh -o --disable-tests --static --python=python3 -j4 + ./build.sh -o --disable-tests --static --python=python3 -j 4 else # We are cross compiling. # Cross compiling NSS is not supported by its build script and is poorly