mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
aedi: bump oldest supported os version for x64 to 10.13
moltenvk 1.2.6 cannot be built for 10.12
This commit is contained in:
parent
eeb26c5065
commit
570e62cfa3
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ from distutils.version import StrictVersion
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
# Minimum OS versions
|
# Minimum OS versions
|
||||||
OS_VERSION_X86_64 = StrictVersion('10.12')
|
OS_VERSION_X86_64 = StrictVersion('10.13')
|
||||||
OS_VERSION_ARM64 = StrictVersion('11.0')
|
OS_VERSION_ARM64 = StrictVersion('11.0')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue