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

RUSTFLAGS handling #12

Open
gyakovlev opened this issue Dec 29, 2019 · 1 comment
Open

RUSTFLAGS handling #12

gyakovlev opened this issue Dec 29, 2019 · 1 comment

Comments

@gyakovlev
Copy link
Contributor

https://github.com/gyakovlev/rust-dev-overlay/blob/5bde43d1f07f3cf55ab899ff394635a830ae182d/eclass/rust-crate.eclass#L147

it completely disregards user flags, leave it or make it append? prepend?

@kentfredric
Copy link
Member

kentfredric commented Jan 6, 2020

IME, it needs an auxilliary control to allow ebuilds to specify additional rust flags.

Then the final target should be run as:

RUSTFLAGS="<eclass flags> <ebuild flags> <user flags> "

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

No branches or pull requests

2 participants