Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Sep 3, 2024
1 parent 313d34b commit 357a175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
}
Expand Down

0 comments on commit 357a175

Please sign in to comment.