Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply rustflags when probing rustc #13

Merged
merged 11 commits into from
Oct 20, 2019
Merged

Apply rustflags when probing rustc #13

merged 11 commits into from
Oct 20, 2019

Conversation

cuviper
Copy link
Owner

@cuviper cuviper commented Oct 20, 2019

We should apply the RUSTFLAGS environment variable when probing with rustc. The RUSTFLAGS might get important flags, such as the sysroot, when doing cross-platform building with tools such as cargo-xbuild or Xargo.

(Continuing #10.)

roblabla and others added 11 commits August 31, 2019 22:45
We should apply the RUSTFLAGS environment variable when probing with
rustc. The RUSTFLAGS might get important flags, such as the sysroot,
when doing cross-platform building with tools such as cargo-xbuild or
Xargo.
This is easier than adding `#[allow(deprecated)]` everywhere, and better
than adding a global `#![allow(deprecated)]` that might hide other
interesting deprecations.
@cuviper cuviper merged commit 15ea2ca into master Oct 20, 2019
@cuviper cuviper deleted the rustflags branch October 20, 2019 18:01
@roblabla
Copy link
Contributor

roblabla commented Oct 20, 2019

Thanks for picking this up where I left off! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants