mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 11:15:31 +00:00
meson: Fix warning about build_root() deprecation
This commit is contained in:
parent
59f4146bdc
commit
ec6f7ea1ae
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ foreach pkgname_library : all_libraries
|
|||
endforeach
|
||||
|
||||
custom_target('update_girs',
|
||||
command: [find_program('scripts/update-girs.py'), meson.build_root()] + gir_files,
|
||||
command: [find_program('scripts/update-girs.py'), meson.global_build_root()] + gir_files,
|
||||
output: 'update_girs',
|
||||
capture: true,
|
||||
depends: gir_targets
|
||||
|
|
Loading…
Reference in a new issue