Otherwise, we don't set the -isysroot flag, and my mac is unable to build with GN.
@@ -146,7 +146,7 @@ config("compiler_defaults") {
}
- if (current_os == "mac" && sysroot != "") {
+ if (current_os == "mac") {
sdk_path = mac_sdk_path
cflags += [
"-isysroot",