mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 07:03:36 -04:00
makepanda: Look for the macOS 13.1 SDK
[skip ci]
This commit is contained in:
parent
a88b6ee8db
commit
f4dc4740a6
@ -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.0", "12.3", "11.3", "11.1", "11.0"]
|
||||
sdk_versions += ["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