fix nproc

This commit is contained in:
lizzie 2026-03-16 21:39:17 +00:00
parent 7917880f03
commit c79ca350c2

View file

@ -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