diff --git a/retroarch-build.sh b/retroarch-build.sh index 8fbbf21f..dd3cf69b 100755 --- a/retroarch-build.sh +++ b/retroarch-build.sh @@ -29,10 +29,6 @@ if [ -z "$RARCH_DIST_DIR" ]; then RARCH_DIST_DIR="$RARCH_DIR/$DIST_DIR" fi -if [ -z "$JOBS" ]; then - JOBS=4 -fi - die() { echo $1