Skip to content

Commit a814a4a

Browse files
committed
Revert "meson: Switch Python resolution strategy (#270)"
Turns out this breaks our CI. We should probably make this an option instead. This reverts commit 60a4a03.
1 parent a48ff22 commit a814a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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(method: 'system')
22+
python_dep = python.dependency()
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)