eyedouble / erlsass

Compile Sass/Scss implemented as Erlang NIF using libsass.
MIT License
1 stars 2 forks source link

Windows only, due to some software altering path var not ending in ; #3

Closed ivanwel closed 6 years ago

ivanwel commented 6 years ago

Erlsass appends folder with binaries to Windows Path var. Due to some software altering path var but not ending it with ; Erlsass appends inproperly.

{error,{load_failed,"Failed to load NIF library .../_build/default/lib/erlsass/priv/erlsass_nif: 'The specified module could not be found.'"}}

Spoowy commented 5 years ago

Could you resolve this issue?