mirror of https://github.com/xemu-project/xemu.git
build.sh: Bump macOS on arm64 to 13.7.4
This commit is contained in:
parent
6877015941
commit
b455d58227
2
build.sh
2
build.sh
|
@ -196,7 +196,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=12.7.5
|
macos_min_ver=13.7.4
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue