1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:07:34 +00:00

Meta: Add serenity toolchain to gn build

This commit is contained in:
Andrew Kaster 2023-07-26 07:14:22 -06:00 committed by Andrew Kaster
parent f8e1544f41
commit f4e37c8ad4
5 changed files with 77 additions and 11 deletions

View file

@ -1,4 +1,7 @@
declare_args() {
# Path of sysroot to use.
sysroot = ""
if (current_os == "serenity") {
sysroot = "$root_build_dir/Root"
}
}