mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-07 02:22:55 +02:00
Lower iOS version requirement for 64-bit ARM to iOS 10
This commit is contained in:
parent
6cf62940f1
commit
daf4e26e43
2 changed files with 4 additions and 4 deletions
2
.github/workflows/autobuild.yml
vendored
2
.github/workflows/autobuild.yml
vendored
|
@ -1086,7 +1086,7 @@ jobs:
|
|||
sdk: iphoneos
|
||||
suffix: _ios
|
||||
arch_mkxpz: arm64
|
||||
arch_llvm: arm64-apple-ios11.0 # iOS 11 is the first version of iOS with support for 64-bit ARM
|
||||
arch_llvm: arm64-apple-ios10.0 # iOS 10 is the first version of iOS with support for 64-bit ARM
|
||||
cpu_family: aarch64
|
||||
cpu: generic-armv8-a
|
||||
endian: little
|
||||
|
|
|
@ -99,9 +99,9 @@ else ifeq ($(platform),ios-arm64)
|
|||
MKXPZ_CPU_FAMILY = aarch64
|
||||
MKXPZ_CPU = generic-armv8-a
|
||||
MKXPZ_ENDIAN = little
|
||||
# iOS 11 is the first version of iOS with support for 64-bit ARM
|
||||
MKXPZ_CC = ['xcrun', '--sdk', 'iphoneos', '$(CC)', '-target=arm64-apple-ios11.0']
|
||||
MKXPZ_CXX = ['xcrun', '--sdk', 'iphoneos', '$(CXX)', '-target=arm64-apple-ios11.0']
|
||||
# iOS 10 is the first version of iOS with support for 64-bit ARM
|
||||
MKXPZ_CC = ['xcrun', '--sdk', 'iphoneos', '$(CC)', '-target=arm64-apple-ios10.0']
|
||||
MKXPZ_CXX = ['xcrun', '--sdk', 'iphoneos', '$(CXX)', '-target=arm64-apple-ios10.0']
|
||||
else ifeq ($(platform),ios9)
|
||||
MKXPZ_SYSTEM = darwin
|
||||
MKXPZ_SUFFIX = ios
|
||||
|
|
Loading…
Add table
Reference in a new issue