Skip to content

Commit a67970e

Browse files
committed
Make sure gslib is a string
1 parent c2e62ef commit a67970e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GMT.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if ((!(@isdefined have_jll) || have_jll == 1) && get(ENV, "SYSTEMWIDE_GMT", "")
7474
end
7575
end
7676
const GSbin = (gs_path === "") ? Ghostscript_jll.gs()[1] : gs_path
77-
const gslib = (gs_path === "") ? libgs : _libgs
77+
const gslib = (gs_path === "") ? libgs : string(_libgs)
7878

7979
#const GSbin = Ghostscript_jll.gs()[1]
8080
fname = joinpath(GMTuserdir[1], "ghost_jll_path.txt")

0 commit comments

Comments
 (0)