mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
12 lines
216 B
Plaintext
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'
|
|
)
|