mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
Merge pull request #284307 from alyssais/rustc-sysroot=
wrapRustc: handle --sysroot=
This commit is contained in:
commit
c34dd88211
@ -4,7 +4,7 @@ defaultSysroot=(@sysroot@)
|
||||
|
||||
for arg; do
|
||||
case "$arg" in
|
||||
--sysroot)
|
||||
--sysroot|--sysroot=*)
|
||||
defaultSysroot=()
|
||||
;;
|
||||
--)
|
||||
|
Loading…
Reference in New Issue
Block a user