mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
61fbf134c5
This means we can finally drop support for building from a devkit, which was quite fragile and error-prone.
19 lines
371 B
Plaintext
19 lines
371 B
Plaintext
include meson.build
|
|
include frida/meson.build
|
|
graft src/
|
|
include subprojects/frida-core.wrap
|
|
|
|
include BSDmakefile
|
|
include Makefile
|
|
include configure
|
|
include configure.bat
|
|
include make.bat
|
|
include releng/*.py
|
|
include releng/*.toml
|
|
graft releng/devkit-assets/
|
|
include releng/meson/meson.py
|
|
graft releng/meson/mesonbuild/
|
|
graft releng/tomlkit/tomlkit/
|
|
|
|
global-exclude *.pyc
|