mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
scripts/download-macos-libs.py: Target Darwin 21 for x86-64
This commit is contained in:
committed by
mborgerson
parent
9cbce5052d
commit
9255571cc9
@@ -17,7 +17,7 @@ MIRROR = 'https://packages.macports.org'
|
||||
# FIXME: Support multiple mirrors
|
||||
|
||||
class LibInstaller:
|
||||
DARWIN_TARGET_X64="darwin_17" # macOS 10.13
|
||||
DARWIN_TARGET_X64="darwin_21" # macOS 11
|
||||
DARWIN_TARGET_ARM64="darwin_22" # macOS 13.x
|
||||
|
||||
def __init__(self, arch):
|
||||
|
||||
Reference in New Issue
Block a user