Include Security library in MACHO_ALLOWED_LIBRARIES

This commit is contained in:
David Burkett 2021-11-02 09:15:01 -04:00
parent 5a6be4799a
commit f4c8eb7019

View File

@ -99,6 +99,7 @@ MACHO_ALLOWED_LIBRARIES = {
'ImageIO', # read and write image file formats.
'IOKit', # user-space access to hardware devices and drivers.
'libobjc.A.dylib', # Objective-C runtime library
'Security',
}
PE_ALLOWED_LIBRARIES = {