-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup: Add support for building from source
This means we can finally drop support for building from a devkit, which was quite fragile and error-prone.
- Loading branch information
Showing
4 changed files
with
54 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters