[K/N] Fix platform libs for macOS 14.1 SDK.
Apply the same CFCGTypes.def hack as we did for other platforms.
This commit is contained in:
committed by
Space Team
parent
fc5ea570f0
commit
719bc025f1
@@ -0,0 +1,5 @@
|
||||
depends = CoreFoundationBase darwin posix
|
||||
language = Objective-C
|
||||
package = platform.CoreGraphics
|
||||
headers = CoreFoundation/CFCGTypes.h
|
||||
headerFilter = CoreFoundation/CFCGTypes.h
|
||||
@@ -3,7 +3,7 @@ language = Objective-C
|
||||
package = platform.CoreFoundation
|
||||
headers = CoreFoundation/CoreFoundation.h CoreFoundation/CFPlugInCOM.h
|
||||
headerFilter = CoreFoundation/**
|
||||
excludeFilter = CoreFoundation/CFBase.h CoreFoundation/CFAvailability.h
|
||||
excludeFilter = CoreFoundation/CFCGTypes.h CoreFoundation/CFBase.h CoreFoundation/CFAvailability.h
|
||||
|
||||
compilerOpts = -framework CoreFoundation
|
||||
linkerOpts = -framework CoreFoundation
|
||||
|
||||
Reference in New Issue
Block a user