From 7b6e6a9de60eba836120183c7a4be7975364b3a4 Mon Sep 17 00:00:00 2001 From: l3iggs Date: Sat, 26 Jul 2014 19:02:44 -0700 Subject: [PATCH] JOBS detected in libretro-config.sh now --- retroarch-build.sh | 4 ---- 1 file changed, 4 deletions(-) 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