xcbuild: implement additional xcrun flags

This commit is contained in:
Stéphan Kochen 2022-07-19 15:29:39 +02:00 committed by zowoq
parent c4b3c5b728
commit a516c3c1a3

View File

@ -55,7 +55,8 @@ done
while [ $# -gt 0 ]; do
case "$1" in
--sdk | -sdk) shift ;;
--find | -find)
--toolchain | -toolchain) shift ;;
--find | -find | -f)
shift
command -v $1 ;;
--log | -log) ;; # noop