Fix appveyor
piever opened this issue · 1 comments
piever commented
Just a reminder that for some reason appveyor is failing on 64 bits systems.
piever commented
The failure is real. What happens is that something as simple as:
using Sass
filename = joinpath(Sass.examplefolder, "test.sass")
context = sass_make_file_context(filename)
compiler = sass_make_file_compiler(context)
causes Julia to exit on Windows.