We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b6f415 + 28aa5c7 commit 523746eCopy full SHA for 523746e
lib/sassc/native.rb
@@ -6,7 +6,7 @@ module SassC
6
module Native
7
extend FFI::Library
8
9
- dl_ext = (RbConfig::CONFIG['host_os'] =~ /darwin/ ? 'bundle' : 'so')
+ dl_ext = RbConfig::MAKEFILE_CONFIG['DLEXT']
10
begin
11
ffi_lib File.expand_path("libsass.#{dl_ext}", __dir__)
12
rescue LoadError # Some non-rvm environments don't copy a shared object over to lib/sassc
0 commit comments