mirror of
https://github.com/libretro/libretro-super
synced 2025-01-05 21:54:33 +00:00
detect cores available for build
This commit is contained in:
parent
7b6e6a9de6
commit
4c8301b6c0
@ -24,6 +24,12 @@ fi
|
||||
|
||||
echo "$ARCH CPU detected"
|
||||
|
||||
if command -v nproc >/dev/null; then
|
||||
JOBS=$(nproc)
|
||||
else
|
||||
JOBS=4
|
||||
fi
|
||||
|
||||
# Platform Assignment
|
||||
[ -z "$platform" ] && platform="$(uname)"
|
||||
case "$platform" in
|
||||
|
Loading…
Reference in New Issue
Block a user