piever/Sass.jl

Fix appveyor

piever opened this issue · 1 comments

Just a reminder that for some reason appveyor is failing on 64 bits systems.

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.