Merge pull request #20424 from Homebrew/rustc_wrapper
rustc_wrapper: pass `HOMEBREW_RUSTFLAGS` last
This commit is contained in:
commit
bcc3a0dbef
@ -12,4 +12,4 @@ shift
|
||||
# Prepend HOMEBREW_RUSTFLAGS to the arguments if set.
|
||||
# HOMEBREW_RUSTFLAGS is set in extend/ENV/{std,super}.rb
|
||||
# shellcheck disable=SC2086,SC2154
|
||||
exec "${RUSTC}" ${HOMEBREW_RUSTFLAGS} "$@"
|
||||
exec "${RUSTC}" "$@" ${HOMEBREW_RUSTFLAGS}
|
||||
|
Loading…
x
Reference in New Issue
Block a user