Skip to content

Commit 32b0e81

Browse files
committed
Fix version detection when we're a subproject
1 parent 062824a commit 32b0e81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(
33
'c',
44
version: run_command(
55
find_program('python3'),
6-
meson.current_source_dir() / 'releng' / 'frida_version.py',
6+
meson.global_source_root() / 'releng' / 'frida_version.py',
77
capture: true,
88
check: true,
99
).stdout().strip(),

0 commit comments

Comments
 (0)