mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
bd3e280cbf
We can instead rely solely on Meson's Python module, as Meson supports specifying the `python` binary to use.
6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
option('python_incdir',
|
|
type: 'string',
|
|
value: '',
|
|
description: 'Python headers directory to build against'
|
|
)
|