mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:47:34 +00:00
Meta: Add serenity toolchain to gn build
This commit is contained in:
parent
f8e1544f41
commit
f4e37c8ad4
5 changed files with 77 additions and 11 deletions
|
@ -142,6 +142,7 @@ config("compiler_defaults") {
|
|||
if (sysroot != "") {
|
||||
if (current_os != "mac" && current_os != "android") {
|
||||
cflags += [ "--sysroot=" + rebase_path(sysroot, root_build_dir) ]
|
||||
ldflags += [ "--sysroot=" + rebase_path(sysroot, root_build_dir) ]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue