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 23 for arm64
This commit is contained in:
committed by
mborgerson
parent
1425a8c39b
commit
b657e1edf4
@@ -202,7 +202,7 @@ case "$platform" in # Adjust compilation options based on platform
|
|||||||
Darwin)
|
Darwin)
|
||||||
echo "Compiling for MacOS for $target_arch..."
|
echo "Compiling for MacOS for $target_arch..."
|
||||||
if [ "$target_arch" == "arm64" ]; then
|
if [ "$target_arch" == "arm64" ]; then
|
||||||
macos_min_ver=13.7.4
|
macos_min_ver=14.0
|
||||||
elif [ "$target_arch" == "x86_64" ]; then
|
elif [ "$target_arch" == "x86_64" ]; then
|
||||||
macos_min_ver=12.7.5
|
macos_min_ver=12.7.5
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ MIRROR = 'https://packages.macports.org'
|
|||||||
|
|
||||||
class LibInstaller:
|
class LibInstaller:
|
||||||
DARWIN_TARGET_X64="darwin_21" # macOS 11
|
DARWIN_TARGET_X64="darwin_21" # macOS 11
|
||||||
DARWIN_TARGET_ARM64="darwin_22" # macOS 13.x
|
DARWIN_TARGET_ARM64="darwin_23" # macOS 14.x
|
||||||
|
|
||||||
def __init__(self, arch):
|
def __init__(self, arch):
|
||||||
self._queue = []
|
self._queue = []
|
||||||
|
|||||||
Reference in New Issue
Block a user