scripts/download-macos-libs.py: Target Darwin 21 for x86-64

This commit is contained in:
Matt Borgerson
2026-01-21 17:20:14 -07:00
committed by mborgerson
parent 9cbce5052d
commit 9255571cc9
+1 -1
View File
@@ -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):