Skip to content

Commit

Permalink
Make Gtk relocatable
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jan 31, 2023
1 parent 881fdce commit 0bed2c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Gtk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ using GTK3_jll, Glib_jll, Xorg_xkeyboard_config_jll, gdk_pixbuf_jll, adwaita_ico
using Librsvg_jll
using JLLWrappers
using Pkg.Artifacts, Scratch
const libgdk = libgdk3
const libgtk = libgtk3
const libgdk_pixbuf = libgdkpixbuf
using GTK3_jll: libgdk3 as libgdk, libgtk3 as libgtk
using gdk_pixbuf_jll: libgdkpixbuf as libgdk_pixbuf


const suffix = :Leaf
Expand Down

0 comments on commit 0bed2c0

Please sign in to comment.