microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
27 stars 25 forks source link

Rust: Makefile.toml: Add Feature flag support #298

Closed Javagedes closed 9 months ago

Javagedes commented 9 months ago

Adds additional environment variables to the Makefile.toml to set features when building.

setting the variable FEATURES will translate to passing --features <features> to the underlying build command.