Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
remove a redundant comment, mainly to check if CI fails again
Browse files Browse the repository at this point in the history
  • Loading branch information
jwahlstrand committed Jan 16, 2022
1 parent 37e4d63 commit 6f2474b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Gtk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function __init__()
loaders_dir = joinpath(artifact_path(loaders_dir_hash), "loaders_dir")
# Pkg removes "execute" permissions on Windows
Sys.iswindows() && chmod(artifact_path(loaders_dir_hash), 0o755; recursive=true)
# Run gdk-pixbuf-query-loaders, capture output,
# Run gdk-pixbuf-query-loaders, capture output
loader_cache_contents = gdk_pixbuf_query_loaders() do gpql
withenv("GDK_PIXBUF_MODULEDIR"=>loaders_dir, JLLWrappers.LIBPATH_env=>Librsvg_jll.LIBPATH[]) do
return String(readchomp(`$gpql`))
Expand All @@ -120,7 +120,6 @@ function __init__()
force=true
)
else # just use the gdk_pixbuf directory
# Run gdk-pixbuf-query-loaders, capture output,
loader_cache_contents = gdk_pixbuf_query_loaders() do gpql
withenv("GDK_PIXBUF_MODULEDIR" => gdk_pixbuf_loaders_dir) do
return String(read(`$gpql`))
Expand Down

0 comments on commit 6f2474b

Please sign in to comment.