mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-04 01:05:58 +03:00
8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
declare_args() {
|
|
# Path of sysroot to use.
|
|
sysroot = ""
|
|
if (current_os == "serenity") {
|
|
sysroot = "$root_build_dir/Root"
|
|
}
|
|
}
|