removed iOSMacABI target as useless
This commit is contained in:
parent
7be0b3b586
commit
670bbb0417
|
@ -27,7 +27,6 @@ BUILD_DEF = """
|
||||||
| macos | native_mixed | BP | BP | | | | macos-x86_64 |
|
| macos | native_mixed | BP | BP | | | | macos-x86_64 |
|
||||||
| macos | iOS_arm64 | dB | B | | | | |
|
| macos | iOS_arm64 | dB | B | | | | |
|
||||||
| macos | iOS_x86_64 | dB | B | | | | |
|
| macos | iOS_x86_64 | dB | B | | | | |
|
||||||
| macos | iOS_Mac_ABI | B | B | | | | |
|
|
||||||
| macos | macOS_arm64_static | | | | | | |
|
| macos | macOS_arm64_static | | | | | | |
|
||||||
| macos | macOS_arm64_mixed | BP | BP | | | | macos-arm64 |
|
| macos | macOS_arm64_mixed | BP | BP | | | | macos-arm64 |
|
||||||
| macos | macOS_x86_64 | B | B | | | | |
|
| macos | macOS_x86_64 | B | B | | | | |
|
||||||
|
|
|
@ -148,7 +148,6 @@ jobs:
|
||||||
- native_mixed
|
- native_mixed
|
||||||
- iOS_arm64
|
- iOS_arm64
|
||||||
- iOS_x86_64
|
- iOS_x86_64
|
||||||
- iOS_Mac_ABI
|
|
||||||
- macOS_arm64_static
|
- macOS_arm64_static
|
||||||
- macOS_arm64_mixed
|
- macOS_arm64_mixed
|
||||||
- macOS_x86_64
|
- macOS_x86_64
|
||||||
|
|
|
@ -137,15 +137,6 @@ class iOSx64(ApplePlatformInfo):
|
||||||
min_iphoneos_version = '15.0'
|
min_iphoneos_version = '15.0'
|
||||||
|
|
||||||
|
|
||||||
class iOSMacABI(ApplePlatformInfo):
|
|
||||||
name = 'iOS_Mac_ABI'
|
|
||||||
arch = cpu = 'x86_64'
|
|
||||||
host = 'x86_64-apple-darwin'
|
|
||||||
target = 'x86_64-apple-ios14.0-macabi'
|
|
||||||
sdk_name = 'macosx'
|
|
||||||
min_iphoneos_version = '15.0'
|
|
||||||
|
|
||||||
|
|
||||||
class macOSArm64(ApplePlatformInfo):
|
class macOSArm64(ApplePlatformInfo):
|
||||||
name = 'macOS_arm64_static'
|
name = 'macOS_arm64_static'
|
||||||
arch = cpu = 'arm64'
|
arch = cpu = 'arm64'
|
||||||
|
|
Loading…
Reference in New Issue