mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:17:36 +00:00
Meta: Explicitly set the sysroot path during Lagom builds
Otherwise, we don't set the -isysroot flag, and my mac is unable to build with GN.
This commit is contained in:
parent
2cb977e368
commit
6ac57448af
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ config("compiler_defaults") {
|
|||
}
|
||||
}
|
||||
|
||||
if (current_os == "mac" && sysroot != "") {
|
||||
if (current_os == "mac") {
|
||||
sdk_path = mac_sdk_path
|
||||
cflags += [
|
||||
"-isysroot",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue