mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
build: Stop using Meson features deprecated in Meson <0.60
This clears some Meson warnings. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
@@ -830,7 +830,7 @@ foreach test_name, extra_args : gio_tests
|
||||
foreach var, value : installed_tests_env
|
||||
envs += '@0@=@1@'.format(var, value)
|
||||
endforeach
|
||||
test_env_override = '@0@ @1@ '.format(env_program.path(), ' '.join(envs))
|
||||
test_env_override = '@0@ @1@ '.format(env_program.full_path(), ' '.join(envs))
|
||||
endif
|
||||
test_conf.set('env', test_env_override)
|
||||
configure_file(
|
||||
|
Reference in New Issue
Block a user