diff options
| -rw-r--r-- | cc/config/x86_darwin_host.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/config/x86_darwin_host.go b/cc/config/x86_darwin_host.go index 1026370dc..63b9d4872 100644 --- a/cc/config/x86_darwin_host.go +++ b/cc/config/x86_darwin_host.go @@ -63,6 +63,7 @@ var ( "10.12", "10.13", "10.14", + "10.15", } darwinAvailableLibraries = append( |