mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
build: work around meson issue with too long filenames on Windows. Fixes #1556
When using glib as a meson subproject on Windows the build currently fails due to too long paths during the build process. See https://github.com/mesonbuild/meson/issues/4226 for the upstream bug. To work around the issue shorten the filenames of the generated gdbus files.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
#include "gdbus-object-manager-example/gdbus-example-objectmanager-generated.h"
|
||||
#include "gdbus-object-manager-example/objectmanager-gen.h"
|
||||
|
||||
/* ---------------------------------------------------------------------------------------------------- */
|
||||
|
||||
|
Reference in New Issue
Block a user