mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
gobject: Ensure gobject from builddir is used when generating GLib-2.0.gir
Otherwise the installed one will be used, which will mean that new API will not be available when linking. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
09b728b2da
commit
08f914b290
@ -190,6 +190,7 @@ if enable_gir
|
||||
'-DGLIB_COMPILATION',
|
||||
'-DGETTEXT_PACKAGE="dummy"',
|
||||
'--symbol-prefix=glib',
|
||||
'--library-path=' + meson.current_build_dir(),
|
||||
'--library=gobject-2.0',
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user