mirror of
https://github.com/libretro/libretro-super
synced 2025-02-20 18:40:59 +00:00
use 1 core by default
This commit is contained in:
parent
4c8301b6c0
commit
73523fd55f
@ -27,7 +27,7 @@ echo "$ARCH CPU detected"
|
||||
if command -v nproc >/dev/null; then
|
||||
JOBS=$(nproc)
|
||||
else
|
||||
JOBS=4
|
||||
JOBS=1
|
||||
fi
|
||||
|
||||
# Platform Assignment
|
||||
|
Loading…
x
Reference in New Issue
Block a user