Increase crossbuilding flexibility

This commit is contained in:
2022-01-07 12:14:09 -05:00
parent c65205c8e6
commit 7a548df5d1

View File

@@ -252,8 +252,11 @@ parseInput() {
fi
;;
--build)
echo HERE
echo "$1" "$2"
BUILD_SWITCH=true
BUILD_TARGET="$2"
#BUILD_TARGET="$2"
shift
;;
--build-suse)
@@ -335,9 +338,6 @@ parseInput() {
err "Incorrect options provided"
printHelp && exit 1
fi
echo HERE
[[ -v BUILD_TARGET ]] && echo "$BUILD_TARGET"
}