Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
Signed-off-by: Sammy Oina <[email protected]>
  • Loading branch information
SammyOina committed Aug 25, 2024
1 parent 5c80637 commit 07946ad
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,7 +1,7 @@
project('sev', ['c', 'rust'],
meson_version: '>=0.61.0',
license : 'Apache-2.0',
version : run_command(['./package-version.py'], check : true).stdout().strip(),
version : run_command(['python', './package-version.py'], check : true).stdout().strip(),
default_options : ['buildtype=release'],
)

Expand Down

0 comments on commit 07946ad

Please sign in to comment.