mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
Cosmetics
Amend LD_PRELOAD instead of replacing it, so you can just point it at the right libgtk-4.so while running squares.py from elsewhere.
This commit is contained in:
parent
c88dc98b7c
commit
7f2648a013
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env -S GI_TYPELIB_PATH=${PWD}/build/gtk:${GI_TYPELIB_PATH} LD_PRELOAD=${PWD}/build/gtk/libgtk-4.so python3
|
||||
#!/usr/bin/env -S GI_TYPELIB_PATH=${PWD}/build/gtk:${GI_TYPELIB_PATH} LD_PRELOAD=${LD_PRELOAD}:${PWD}/build/gtk/libgtk-4.so python3
|
||||
|
||||
import gi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user