Skip to content

Commit f4c8eb7

Browse files
committed
Include Security library in MACHO_ALLOWED_LIBRARIES
1 parent 5a6be47 commit f4c8eb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/devtools/symbol-check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
'ImageIO', # read and write image file formats.
100100
'IOKit', # user-space access to hardware devices and drivers.
101101
'libobjc.A.dylib', # Objective-C runtime library
102+
'Security',
102103
}
103104

104105
PE_ALLOWED_LIBRARIES = {

0 commit comments

Comments
 (0)