build: use macOS 11 SDK (Xcode 12.2)

This should be sufficient to support building for Apple ARM when
cross-compiling.
This commit is contained in:
fanquake
2021-05-03 14:45:08 +08:00
parent dd405add6e
commit 446e73cc0b
6 changed files with 18 additions and 18 deletions

View File

@ -229,7 +229,7 @@ def check_MACHO_min_os(binary) -> bool:
return False
def check_MACHO_sdk(binary) -> bool:
if binary.build_version.sdk == [10, 15, 6]:
if binary.build_version.sdk == [11, 0, 0]:
return True
return False