Open Karkunow opened 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.
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.)
Hey!
I've been migrating to the new Mac on M1 chip and I am getting this error:
Maybe someone has already stumbled upon something similar?
Thanks!