Fix ios_x64 platform libs cache for iOS 11 and 12
This commit is contained in:
committed by
GitHub
parent
4a1b3eaa06
commit
d0059092b7
@@ -5,3 +5,7 @@ modules = CFNetwork
|
||||
|
||||
compilerOpts = -framework CFNetwork
|
||||
linkerOpts = -framework CFNetwork
|
||||
|
||||
excludedFunctions = kCFHTTPAuthenticationSchemeKerberos \
|
||||
kCFNetworkProxiesProxyAutoConfigJavaScript \
|
||||
kCFProxyAutoConfigurationHTTPResponseKey
|
||||
|
||||
@@ -5,3 +5,5 @@ modules = CoreBluetooth
|
||||
|
||||
compilerOpts = -framework CoreBluetooth
|
||||
linkerOpts = -framework CoreBluetooth
|
||||
|
||||
excludedFunctions = CBConnectPeripheralOptionStartDelayKey
|
||||
|
||||
@@ -5,3 +5,5 @@ modules = GameController
|
||||
|
||||
compilerOpts = -framework GameController
|
||||
linkerOpts = -framework GameController
|
||||
|
||||
excludedFunctions = GCCurrentExtendedGamepadSnapshotDataVersion GCCurrentMicroGamepadSnapshotDataVersion
|
||||
|
||||
@@ -5,3 +5,5 @@ modules = Metal
|
||||
|
||||
compilerOpts = -framework Metal
|
||||
linkerOpts = -framework Metal
|
||||
|
||||
excludedFunctions = MTLCommandBufferErrorDomain
|
||||
|
||||
@@ -5,3 +5,6 @@ modules = Network
|
||||
|
||||
compilerOpts = -framework Network
|
||||
linkerOpts = -framework Network
|
||||
|
||||
excludedFunctions = _nw_data_transfer_report_all_paths
|
||||
excludedMacros = NW_ALL_PATHS
|
||||
|
||||
@@ -5,3 +5,12 @@ modules = VideoToolbox
|
||||
|
||||
compilerOpts = -framework VideoToolbox
|
||||
linkerOpts = -framework VideoToolbox
|
||||
|
||||
excludedFunctions = kVTCompressionPropertyKey_UsingGPURegistryID \
|
||||
kVTDecompressionPropertyKey_MaximizePowerEfficiency \
|
||||
kVTDecompressionPropertyKey_UsingGPURegistryID \
|
||||
kVTVideoDecoderSpecification_PreferredDecoderGPURegistryID \
|
||||
kVTVideoDecoderSpecification_RequiredDecoderGPURegistryID \
|
||||
kVTVideoEncoderList_GPURegistryID \
|
||||
kVTVideoEncoderSpecification_PreferredEncoderGPURegistryID \
|
||||
kVTVideoEncoderSpecification_RequiredEncoderGPURegistryID
|
||||
|
||||
@@ -16,7 +16,8 @@ headers = alloca.h assert.h complex.h ctype.h dirent.h dlfcn.h err.h errno.h fcn
|
||||
compilerOpts = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE
|
||||
linkerOpts = -ldl -lresolv
|
||||
excludedFunctions = acl_valid_link_np add_profil pfctlinput profil unwhiteout zopen getdirentries \
|
||||
uuid_generate_early_random setgrfile
|
||||
uuid_generate_early_random setgrfile \
|
||||
in6addr_linklocal_allv2routers
|
||||
excludedFunctions.ios_arm32 = longjmperror
|
||||
excludedFunctions.ios_arm64 = longjmperror
|
||||
|
||||
|
||||
Reference in New Issue
Block a user