mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
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:
+1
-1
@@ -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.'),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user