We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e62ef commit a67970eCopy full SHA for a67970e
1 file changed
src/GMT.jl
@@ -74,7 +74,7 @@ if ((!(@isdefined have_jll) || have_jll == 1) && get(ENV, "SYSTEMWIDE_GMT", "")
74
end
75
76
const GSbin = (gs_path === "") ? Ghostscript_jll.gs()[1] : gs_path
77
- const gslib = (gs_path === "") ? libgs : _libgs
+ const gslib = (gs_path === "") ? libgs : string(_libgs)
78
79
#const GSbin = Ghostscript_jll.gs()[1]
80
fname = joinpath(GMTuserdir[1], "ghost_jll_path.txt")
0 commit comments