Files
ladybird/Meta/gn/build/sysroot.gni
Andrew Kaster 4bfb146181 Meta: Add the start of a gn build based on the LLVM gn build
"based on" in this context means "largely copied from"
2023-07-09 16:22:58 -06:00

5 lines
62 B
Plaintext

declare_args() {
# Path of sysroot to use.
sysroot = ""
}