Files
frida-frida-python/meson.options
T
Ole André Vadla Ravnås bd3e280cbf meson: Remove the python option
We can instead rely solely on Meson's Python module, as Meson supports
specifying the `python` binary to use.
2024-03-20 23:23:16 +01:00

6 lines
116 B
Plaintext

option('python_incdir',
type: 'string',
value: '',
description: 'Python headers directory to build against'
)