From f34ebd68cbc3065d3210443e1004b514e77da520 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Fri, 24 Feb 2023 18:45:39 +0100 Subject: build: Depend on meson >= 0.55 We'll use some features from there. --- examples/python/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/python/meson.build b/examples/python/meson.build index 47bac5af0..65e329d2c 100644 --- a/examples/python/meson.build +++ b/examples/python/meson.build @@ -17,7 +17,7 @@ examples = [ foreach example_name: examples file = meson.current_source_dir() / '@0@.py'.format(example_name) test(example_name, python, - args: sandbox_python_args + [python.path(), file], + args: sandbox_python_args + [python.full_path(), file], env: env, suite: 'examples') endforeach -- cgit v1.2.1