Increase crossbuilding flexibility

This commit is contained in:
2022-01-07 12:15:56 -05:00
parent 7a548df5d1
commit 7c4ed17dbe

View File

@@ -252,12 +252,7 @@ parseInput() {
fi fi
;; ;;
--build) --build)
shift && BUILD_TARGET="$1"
echo HERE
echo "$1" "$2"
BUILD_SWITCH=true
#BUILD_TARGET="$2"
shift
;; ;;
--build-suse) --build-suse)
BUILD_SWITCH=true BUILD_SWITCH=true
@@ -340,6 +335,7 @@ parseInput() {
fi fi
} }
[[ -v BUILD_TARGET ]] && echo "$BUILD_TARGET"
####################################### #######################################
# Use several methods to determine the latest JRiver MC version # Use several methods to determine the latest JRiver MC version