Merge pull request #284307 from alyssais/rustc-sysroot=

wrapRustc: handle --sysroot=
This commit is contained in:
Ryan Lahfa 2024-01-28 00:30:51 +01:00 committed by GitHub
commit c34dd88211
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ defaultSysroot=(@sysroot@)
for arg; do
case "$arg" in
--sysroot)
--sysroot|--sysroot=*)
defaultSysroot=()
;;
--)