mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
scripts/download-macos-libs.py: Bump arm64 to macOS 13.x (darwin 22)
This commit is contained in:
committed by
mborgerson
parent
c782b1e8ed
commit
6877015941
@@ -18,7 +18,7 @@ MIRROR = 'https://packages.macports.org'
|
||||
|
||||
class LibInstaller:
|
||||
DARWIN_TARGET_X64="darwin_17" # macOS 10.13
|
||||
DARWIN_TARGET_ARM64="darwin_21" # macOS 12.x
|
||||
DARWIN_TARGET_ARM64="darwin_22" # macOS 13.x
|
||||
|
||||
def __init__(self, arch):
|
||||
self._queue = []
|
||||
|
||||
Reference in New Issue
Block a user