Build linux under windows with MUSL

This commit is contained in:
Jaby
2022-09-22 19:26:13 +02:00
parent 1a1749531c
commit e358ad7bd6
5 changed files with 25 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ pub struct Arguments {
fn convert_full16(input: Input, output: Output) -> Result<(), Error> {
match ImageReader::new(Cursor::new(tool_helper::input_to_vec(input)?)).with_guessed_format()?.decode() {
Ok(image) => {
println!("Blubb!!");
Ok(())
},
Err(error) => Err(Error::from_error(error))