aedi: set vpx to target macos 10.12

This commit is contained in:
alexey.lysiuk 2021-10-30 16:18:15 +03:00
parent 298db9d7aa
commit 86d182f4e5

View file

@ -486,7 +486,7 @@ class VpxTarget(ConfigureMakeDependencyTarget):
def configure(self, state: BuildState):
hosts = {
'x86_64': 'x86_64-darwin13-gcc',
'x86_64': 'x86_64-darwin16-gcc',
'arm64': 'arm64-darwin20-gcc',
}