forked from mirrors/nixpkgs
xcbuild: implement additional xcrun flags
This commit is contained in:
parent
c4b3c5b728
commit
a516c3c1a3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue