From 357a175dd0a7a3c7c52e6acf500ba8d5b10d1006 Mon Sep 17 00:00:00 2001 From: PHILO-HE Date: Tue, 3 Sep 2024 10:05:00 +0800 Subject: [PATCH] Minor fix --- scripts/setup-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 15c32c895a3e..628bb0bec71d 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -190,7 +190,7 @@ function install_stemmer { ( cd stemmer git apply $SCRIPTDIR/../CMake/resolve_dependency_modules/libstemmer/Makefile.patch - make "-j$(nproc)" + make "-j$(NPROC)" make install ) }