sagiegurari / cargo-make

Rust task runner and build tool.
https://sagiegurari.github.io/cargo-make/
Apache License 2.0
2.46k stars 123 forks source link

How to build statically? #1091

Closed blacklightpy closed 1 month ago

blacklightpy commented 1 month ago

I want to do makers install in a project, but the build fails when I do cargo build without --features static. How do I do that with makers?

sagiegurari commented 1 month ago

whats feature static? not familiar with that

blacklightpy commented 1 month ago

I guess it was a project specific feature. I had to edit Cargo.toml.