1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

build/windows: On 3.0 series only, bundle all random typelibs

See discussion on: #14910
This commit is contained in:
Bruno Lopes
2025-10-03 07:03:07 -03:00
parent a105f91292
commit 65d51a7e22

View File

@@ -156,6 +156,7 @@ if (os.getenv("GIMP_UNSTABLE") or not os.getenv("GIMP_RELEASE")) and "32" not in
bundle(MSYSTEM_PREFIX, "bin/config6")
### Binaries for GObject Introspection support. See: https://gitlab.gnome.org/GNOME/gimp/-/issues/13170
bundle(GIMP_PREFIX, "lib/girepository-*/*.typelib")
bundle(MSYSTEM_PREFIX, "lib/girepository-*/*.typelib")
bundle(MSYSTEM_PREFIX, "bin/libgirepository-*.dll")
#### Python support
#####python.exe is needed for plug-ins output in `gimp-console*.exe`