jcraane / kmm-images

Gradle plugin for using images in all targets in a Kotlin multiplatform project
Apache License 2.0
30 stars 6 forks source link

image magick not located in usr/local/bin on M1 Mac #6

Closed burnhamd closed 3 years ago

burnhamd commented 3 years ago

On apple silicon brew not installs all native binaries to the /opt/homebrew/bin location instead.

This breaks compatibility with this library. Suggested solution would be to drop the path altogether so that it uses whatever is in the path.

jcraane commented 3 years ago

Thanks for report and good point. I am going to drop the path when executing the magick tool. You can expect a new version in the next couple of days.

jcraane commented 3 years ago

I published a new version alpha07 (https://plugins.gradle.org/plugin/dev.jamiecraane.plugins.kmmimages) which has the path dropped.