wrapRustc: handle --sysroot=
This form is used by Linux 6.8.
This commit is contained in:
parent
8f16d06dd7
commit
42b05f1c6d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ defaultSysroot=(@sysroot@)
|
||||||
|
|
||||||
for arg; do
|
for arg; do
|
||||||
case "$arg" in
|
case "$arg" in
|
||||||
--sysroot)
|
--sysroot|--sysroot=*)
|
||||||
defaultSysroot=()
|
defaultSysroot=()
|
||||||
;;
|
;;
|
||||||
--)
|
--)
|
||||||
|
|
Loading…
Reference in a new issue