mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-01 03:34:13 +00:00
fix nproc
This commit is contained in:
parent
0bfbedc12f
commit
974677f1d3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue