We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9117870 commit abe923cCopy full SHA for abe923c
autoconf/corefoundation.py
@@ -0,0 +1,6 @@
1
+from _external import *
2
+
3
+corefoundation = LibWithHeaderChecker('CoreFoundation',
4
+ 'CoreFoundation.h',
5
+ 'c++',
6
+ name='corefoundation')
0 commit comments