Skip to content

Commit 60a4a03

Browse files
authored
meson: Switch Python resolution strategy (#270)
Use the `system` strategy, as .pc metadata is often wrong.
1 parent 9f46dfa commit 60a4a03

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
@@ -19,7 +19,7 @@ if ndebug == 'true' or (ndebug == 'if-release' and not get_option('debug'))
1919
]
2020
endif
2121

22-
python_dep = python.dependency()
22+
python_dep = python.dependency(method: 'system')
2323
frida_core_dep = dependency('frida-core-1.0', default_options: [
2424
'frida_version=' + meson.project_version().replace('.dev', '-dev.'),
2525
])

0 commit comments

Comments
 (0)