From e3d50bfba9a584bb8fc49613f0e3d2dc6fd8f4f1 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Tue, 7 Dec 2021 20:19:58 -0800 Subject: [PATCH] Support macOS 12 SDK Test: build w/Xcode 13.1 Change-Id: I9062b8045c4b02551aeeff06f4d7416c766e53a6 --- cc/config/darwin_host.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cc/config/darwin_host.go b/cc/config/darwin_host.go index 526ee52a6..206bec110 100644 --- a/cc/config/darwin_host.go +++ b/cc/config/darwin_host.go @@ -54,6 +54,7 @@ var ( darwinSupportedSdkVersions = []string{ "11", + "12", } darwinAvailableLibraries = append(