I haven’t thought about the actual problem much, but you might be able to work around that InitError by only running link_cairo when
isprecompiling() = ccall(:jl_generating_output, Cint, ()) == 1
returns false.
I haven’t thought about the actual problem much, but you might be able to work around that InitError by only running link_cairo when
isprecompiling() = ccall(:jl_generating_output, Cint, ()) == 1
returns false.