Revert "meson: Switch Python resolution strategy (#270)"

Turns out this breaks our CI. We should probably make this an option
instead.

This reverts commit 60a4a032d6.
This commit is contained in:
Ole André Vadla Ravnås
2026-03-08 20:07:43 +01:00
parent a48ff22b6f
commit a814a4aa9b
+1 -1
View File
@@ -19,7 +19,7 @@ if ndebug == 'true' or (ndebug == 'if-release' and not get_option('debug'))
]
endif
python_dep = python.dependency(method: 'system')
python_dep = python.dependency()
frida_core_dep = dependency('frida-core-1.0', default_options: [
'frida_version=' + meson.project_version().replace('.dev', '-dev.'),
])