Add 10.13 Mac SDK to whitelist
Add the latest Mac SDK to the version whitelist. Test: compilation Change-Id: I86fcbf2bb100a0af6a2cfea62f524a17ba1a67b9
This commit is contained in:
parent
968df27a9c
commit
01abb0948b
|
@ -89,6 +89,7 @@ var (
|
|||
"10.10",
|
||||
"10.11",
|
||||
"10.12",
|
||||
"10.13",
|
||||
}
|
||||
|
||||
darwinAvailableLibraries = append(
|
||||
|
|
Loading…
Reference in New Issue