Skip to content

Commit

Permalink
meson: Specify Meson version required
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Apr 23, 2024
1 parent cda2280 commit d42d945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ project('frida-python', 'c',
version: run_command(find_program('python3'), files('scripts' / 'version.py'),
capture: true,
check: true).stdout().strip(),
meson_version: '>=1.3.0',
)

python = import('python').find_installation()
Expand Down

0 comments on commit d42d945

Please sign in to comment.