Increase crossbuilding flexibility
This commit is contained in:
@@ -252,8 +252,11 @@ parseInput() {
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
--build)
|
--build)
|
||||||
|
|
||||||
|
echo HERE
|
||||||
|
echo "$1" "$2"
|
||||||
BUILD_SWITCH=true
|
BUILD_SWITCH=true
|
||||||
BUILD_TARGET="$2"
|
#BUILD_TARGET="$2"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--build-suse)
|
--build-suse)
|
||||||
@@ -335,9 +338,6 @@ parseInput() {
|
|||||||
err "Incorrect options provided"
|
err "Incorrect options provided"
|
||||||
printHelp && exit 1
|
printHelp && exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo HERE
|
|
||||||
[[ -v BUILD_TARGET ]] && echo "$BUILD_TARGET"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user