Closed rstammer closed 3 years ago
Current work around: gem install sassc -- --disable-march-tune-native
This seems to be the relevant code: https://github.com/sass/sassc-ruby/blob/4fce2b635ca5d616a8b1381c64846410bc785ea4/ext/extconf.rb#L22-L25
🥳 I think by adjusting the flag as described above to default to false I'm finally able to compile it on my machine. Thanks @bbuchalter for taking care 👍
System: OSX 11.3, M1 architecture Ruby 2.6.5 Tested sassc-ruby versions: 2.1.0 and 2.2.1
While trying to bundle
sassc-ruby
together with either Ruby 2.6.5 I encountered the follwing issue:… but I escaped that situation (naively) by trying to compile the gem locally and stripping put the
-march=native
flags from the Makefile, inspired by this StackOverflow answer.Unfortunately, I still end up having this problem (libsass not found):
Is this a problem
sassc-ruby
needs to address or am I missing some external tooling to make it compile? 🤔 Thanks for any hints! ✌️