sass / sassc-ruby

Use libsass with Ruby!
MIT License
367 stars 156 forks source link

Fix LoadError on some non-rvm environments #156

Closed hmdne closed 4 years ago

hmdne commented 4 years ago

Fixes sass/sassc-ruby#146. See also opal/c_lexer#1 for some discussion on the issue.

mvz commented 4 years ago

This is strange. The guide at https://guides.rubygems.org/gems-with-extensions/ explicitly states:

When the extension is built the files in ext/my_malloc/lib/ will be installed into the lib/ directory for you.

If this isn't happening it seems to be a bug in these ruby installations.