Closed trickster closed 1 year ago
Use the --locked flag otherwise cargo will select a broken version of libwebp2.
The real fix is forking libwebp2 and fixing the problem upstream.
Related to qnighy/libwebp-sys2-rs#12.
You might have been aware already but running cargo install simp
(without the --locked) on my m1 mac just worked without any errors.
I was not aware but it does not suprise me as the compiler error relates to a missing simd function. I think the error appears any time it is built on x86.
Environment:
rustc 1.64.0-beta.3 (82bf34178 2022-08-18)
Install command