mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
meson: Specify Meson version required
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user