Files
frida-frida-python/meson.options
T
2024-03-14 15:50:12 +01:00

12 lines
216 B
Plaintext

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