rust-cross / rust-musl-cross

Docker images for compiling static Rust binaries using musl-cross
MIT License
620 stars 68 forks source link

Fix typo for target-feature flag #40

Closed henrikno closed 2 years ago

henrikno commented 2 years ago

Got error:

  error: unknown codegen option: `target-features`

It works with target-feature

messense commented 2 years ago

Thanks