There was an error while loading. Please reload this page.
1 parent 062824a commit 32b0e81Copy full SHA for 32b0e81
1 file changed
meson.build
@@ -3,7 +3,7 @@ project(
3
'c',
4
version: run_command(
5
find_program('python3'),
6
- meson.current_source_dir() / 'releng' / 'frida_version.py',
+ meson.global_source_root() / 'releng' / 'frida_version.py',
7
capture: true,
8
check: true,
9
).stdout().strip(),
0 commit comments