removed iOSMacABI target as useless

This commit is contained in:
renaud gaudin 2023-11-07 14:18:35 +00:00
parent 7be0b3b586
commit 670bbb0417
No known key found for this signature in database
GPG Key ID: 447475A4CFBA2E24
3 changed files with 0 additions and 11 deletions

View File

@ -27,7 +27,6 @@ BUILD_DEF = """
| macos | native_mixed | BP | BP | | | | macos-x86_64 |
| macos | iOS_arm64 | dB | B | | | | |
| macos | iOS_x86_64 | dB | B | | | | |
| macos | iOS_Mac_ABI | B | B | | | | |
| macos | macOS_arm64_static | | | | | | |
| macos | macOS_arm64_mixed | BP | BP | | | | macos-arm64 |
| macos | macOS_x86_64 | B | B | | | | |

View File

@ -148,7 +148,6 @@ jobs:
- native_mixed
- iOS_arm64
- iOS_x86_64
- iOS_Mac_ABI
- macOS_arm64_static
- macOS_arm64_mixed
- macOS_x86_64

View File

@ -137,15 +137,6 @@ class iOSx64(ApplePlatformInfo):
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):
name = 'macOS_arm64_static'
arch = cpu = 'arm64'