iglupkg: remove restriction on empty for-cross-dir

This commit is contained in:
Ella Stanforth 2022-04-21 21:12:04 +00:00
parent ac0d624c8c
commit 8dfd150273

View file

@ -59,7 +59,7 @@ while [ ! -z "$1" ]; do
;;
--for-cross-dir=*)
FOR_CROSS_DIR=$(echo "$1" | cut -d'=' -f2)
[ -z "$FOR_CROSS_DIR" ] && fatal '--for-cross-dir=<sysroot> requires an argument'
#[ -z "$FOR_CROSS_DIR" ] && fatal '--for-cross-dir=<sysroot> requires an argument'
echo "INFO: packaging for prefix $FOR_CROSS_DIR"
;;
--for-cross-dir)