diff --git a/autotest/meson.build b/autotest/meson.build index 41db5952..8441a314 100644 --- a/autotest/meson.build +++ b/autotest/meson.build @@ -72,7 +72,8 @@ autotest_json = custom_target( input: autotest_elf, output: '@BASENAME@.json', command: [ - parseelf, + py3, + parseelf.full_path(), '@INPUT@', ], build_by_default: true,