diff --git a/.ci/ps4/build.sh b/.ci/ps4/build.sh index 8a5a64c5ec..9f8c586be1 100755 --- a/.ci/ps4/build.sh +++ b/.ci/ps4/build.sh @@ -32,7 +32,7 @@ set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY) set(CMAKE_SIZEOF_VOID_P 8) EOF -NPROC=$(nproc || 1) +[ -z ${NPROC+x} ] && NPROC=$(nproc || 1) # Normally a platform has a package manager # PS4 does not, atleast not in the normal sense