mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 07:03:36 -04:00
makepanda: Add macOS SDK versions 14.0, 13.3
This commit is contained in:
parent
577dc25130
commit
e6f4128c0b
@ -2443,7 +2443,7 @@ def SdkLocateMacOSX(archs = []):
|
||||
# Prefer pre-10.14 for now so that we can keep building FMOD.
|
||||
sdk_versions += ["10.13", "10.12", "10.11", "10.10", "10.9"]
|
||||
|
||||
sdk_versions += ["13.1", "13.0", "12.3", "11.3", "11.1", "11.0"]
|
||||
sdk_versions += ["14.0", "13.3", "13.1", "13.0", "12.3", "11.3", "11.1", "11.0"]
|
||||
|
||||
if 'arm64' not in archs:
|
||||
sdk_versions += ["10.15", "10.14"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user