mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-29 05:13:30 +02:00
Append .exe to glib-compile-schemas in .pc file
This makes the binary name correct on Windows. Pointed out by David Schleef, https://bugzilla.gnome.org/show_bug.cgi?id=641572
This commit is contained in:
@@ -4,7 +4,7 @@ libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
giomoduledir=@GIO_MODULE_DIR@
|
||||
glib_compile_schemas=@bindir@/glib-compile-schemas
|
||||
glib_compile_schemas=@bindir@/glib-compile-schemas@EXEEXT@
|
||||
|
||||
Name: GIO
|
||||
Description: glib I/O library
|
||||
|
Reference in New Issue
Block a user