mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-22 11:56:21 -04:00
Merge pull request #564 from kiwix/fix_ios_macabi
Fix the iOsMacABI target in the CI
This commit is contained in:
commit
3e396f6ed9
@ -138,9 +138,9 @@ class iOSMacABI(ApplePlatformInfo):
|
||||
name = 'iOS_Mac_ABI'
|
||||
arch = cpu = 'x86_64'
|
||||
host = 'x86_64-apple-darwin'
|
||||
target = 'x86_64-apple-ios13.0-macabi'
|
||||
target = 'x86_64-apple-ios14.0-macabi'
|
||||
sdk_name = 'macosx'
|
||||
min_iphoneos_version = '13.0'
|
||||
min_iphoneos_version = '14.0'
|
||||
|
||||
|
||||
class macOSArm64(ApplePlatformInfo):
|
||||
|
Loading…
x
Reference in New Issue
Block a user