mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 13:21:05 +00:00
aedi: set vpx to target macos 10.12
This commit is contained in:
parent
298db9d7aa
commit
86d182f4e5
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue