mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 01:35:07 +00:00
7 lines
137 B
Text
7 lines
137 B
Text
declare_args() {
|
|
# Path of sysroot to use.
|
|
sysroot = ""
|
|
if (current_os == "serenity") {
|
|
sysroot = "$root_build_dir/Root"
|
|
}
|
|
}
|