Skip to content

Commit abe923c

Browse files
committed
add CoreFoundation for osx.
BUG: CheckLib doesn't work with frameworks.
1 parent 9117870 commit abe923c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

autoconf/corefoundation.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from _external import *
2+
3+
corefoundation = LibWithHeaderChecker('CoreFoundation',
4+
'CoreFoundation.h',
5+
'c++',
6+
name='corefoundation')

0 commit comments

Comments
 (0)