From 02661fde24b726edea201e2d4c2382b2723303cd Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 8 Mar 2022 13:56:32 +0100 Subject: build: use full_path() instead of path() Fixes the following warning: WARNING: Project targeting '>= 0.56.0' but tried to use feature deprecated since '0.55.0': ExternalProgram.path. use ExternalProgram.full_path() instead Signed-off-by: Simon Ser --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/meson.build b/tests/meson.build index 58794e7..dd1aa85 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -77,7 +77,7 @@ if add_languages('cpp') ) endif -sed_path = find_program('sed').path() +sed_path = find_program('sed').full_path() if get_option('scanner') test( -- cgit v1.2.3-70-g09d2