Skip to content

Commit

Permalink
Try wrapping version.py path in files()
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Dec 9, 2024
1 parent d3e40c5 commit 34cd1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('euphonic',
'c',
version: run_command('python', 'build_utils/version.py', check: true).stdout().strip(),
version: run_command('python', files('build_utils/version.py'), check: true).stdout().strip(),
meson_version: '>=1.6',
)

Expand Down

0 comments on commit 34cd1bd

Please sign in to comment.