mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +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
Notes:
sideshowbarker
2024-07-17 07:20:49 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/6ac57448af Pull-request: https://github.com/SerenityOS/serenity/pull/21927 Reviewed-by: https://github.com/ADKaster
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
Reference in a new issue