Skip to content

Commit

Permalink
pass parallel to nss script
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Dec 30, 2023
1 parent b6ddd59 commit ef52596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef52596

Please sign in to comment.