mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-07 12:48:03 +00:00
fix nproc
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
|
|||||||
set(CMAKE_SIZEOF_VOID_P 8)
|
set(CMAKE_SIZEOF_VOID_P 8)
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
NPROC=$(nproc || 1)
|
[ -z ${NPROC+x} ] && NPROC=$(nproc || 1)
|
||||||
|
|
||||||
# Normally a platform has a package manager
|
# Normally a platform has a package manager
|
||||||
# PS4 does not, atleast not in the normal sense
|
# PS4 does not, atleast not in the normal sense
|
||||||
|
|||||||
Reference in New Issue
Block a user