xcbuild: exit with error if --find fails
This commit is contained in:
parent
64e5389634
commit
2c2b799dba
@ -73,7 +73,7 @@ while [ $# -gt 0 ]; do
|
||||
--toolchain | -toolchain) shift ;;
|
||||
--find | -find | -f)
|
||||
shift
|
||||
command -v $1 ;;
|
||||
command -v $1 || exit 1 ;;
|
||||
--log | -log) ;; # noop
|
||||
--verbose | -verbose) ;; # noop
|
||||
--no-cache | -no-cache) ;; # noop
|
||||
|
Loading…
Reference in New Issue
Block a user