Deraen / sass4clj

SASS compiler for Clj, Lein and Boot, using Libsass Java wrapper
70 stars 16 forks source link

Problem with M1 chip Mac #37

Open Karkunow opened 2 years ago

Karkunow commented 2 years ago

Hey!

I've been migrating to the new Mac on M1 chip and I am getting this error:

Screenshot 2022-02-15 at 15 38 28

Maybe someone has already stumbled upon something similar?

Thanks!

Deraen commented 2 years ago

sass4clj uses jsass, a java lib providing access to native libsass over Java Native Interface. Jsass has to be compiled for each platform, and it doesn't currently support aarch64: https://gitlab.com/jsass/jsass/-/issues/94

Both libsass and jsass have been deprecated.

Deraen commented 9 months ago

After two years jsass finally supports Apple Silicon: https://gitlab.com/jsass/jsass/-/releases/5.11.0

(And while jsass 5 and libsass are still deprecated, there is new jsass 6 coming up.)