Skip to content

Commit 814071f

Browse files
blmorrispfalcon
authored andcommitted
_libc: Add support for MacOS X (using "libc.dylib").
1 parent f2cb007 commit 814071f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_libc/_libc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
_h = None
66

7-
names = ('libc.so', 'libc.so.0', 'libc.so.6')
7+
names = ('libc.so', 'libc.so.0', 'libc.so.6', 'libc.dylib')
88

99
def get():
1010
global _h

0 commit comments

Comments
 (0)