mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
aedi: bump os version for vpx target to 10.13
This commit is contained in:
parent
1e4b2fddef
commit
b84f7385ff
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ class VpxTarget(base.ConfigureMakeDependencyTarget):
|
|||
|
||||
def configure(self, state: BuildState):
|
||||
hosts = {
|
||||
'x86_64': 'x86_64-darwin16-gcc',
|
||||
'x86_64': 'x86_64-darwin17-gcc',
|
||||
'arm64': 'arm64-darwin20-gcc',
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue