ladybird/Meta/gn/build/sysroot.gni
2023-08-19 21:05:06 -06:00

7 lines
137 B
Text

declare_args() {
# Path of sysroot to use.
sysroot = ""
if (current_os == "serenity") {
sysroot = "$root_build_dir/Root"
}
}