nlfiedler / magick-rust

Rust bindings for ImageMagick
https://crates.io/crates/magick_rust
Apache License 2.0
258 stars 68 forks source link

How to compile for x86_64-unknown-linux-musl target #53

Closed oceanlewis closed 3 years ago

oceanlewis commented 5 years ago

Hi there! Thanks for maintaining this crate!

How would I go about building a crate that depends on this one for the x86_64-unknown-linux-musl target? Is that something that is supported currently?

nlfiedler commented 5 years ago

That's a great question, unfortunately I have no idea. I suspect it depends a lot on how well the rust-bindgen tool supports that particular target.

oceanlewis commented 5 years ago

Yeah, sadly I currently don't know enough about the process to modify build.rs to account for that target.