File glib-2.75.2-default_library-both.patch of Package mingw32-glib2
diff -ur glib-2.86.0.orig/meson.build glib-2.86.0/meson.build
--- glib-2.86.0.orig/meson.build 2025-09-05 14:42:14.000000000 +0200
+++ glib-2.86.0/meson.build 2025-09-22 14:02:19.298725722 +0200
@@ -329,7 +329,7 @@
glib_build_shared_only = glib_build_shared and not glib_build_static
if glib_build_shared and glib_build_static and (
- host_system == 'windows' or host_system == 'cygwin')
+ host_system == 'cygwin')
error('On Windows default_library must be "shared" or "static" but not "both"')
endif
Nur in glib-2.86.0: meson.build.orig.