diff --git a/Meta/gn/build/BUILD.gn b/Meta/gn/build/BUILD.gn index 5d65eae68e..32a6600743 100644 --- a/Meta/gn/build/BUILD.gn +++ b/Meta/gn/build/BUILD.gn @@ -146,7 +146,7 @@ config("compiler_defaults") { } } - if (current_os == "mac" && sysroot != "") { + if (current_os == "mac") { sdk_path = mac_sdk_path cflags += [ "-isysroot",