Skip to content

Commit

Permalink
meson: fix parseelf exec by using py3 object
Browse files Browse the repository at this point in the history
  • Loading branch information
pthierry-ledger committed Jul 31, 2024
1 parent 3c98c69 commit 6f6a83c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autotest/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ autotest_json = custom_target(
input: autotest_elf,
output: '@[email protected]',
command: [
parseelf,
py3,
parseelf.full_path(),
'@INPUT@',
],
build_by_default: true,
Expand Down

0 comments on commit 6f6a83c

Please sign in to comment.