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 73ef60b commit 7dcc017Copy full SHA for 7dcc017
module.modulemap
@@ -1,5 +1,6 @@
1
module CHttpParser [system] {
2
header "/usr/include/http_parser.h"
3
+ header "/opt/local/include/http_parser.h"
4
link "http_parser"
5
export *
6
}
0 commit comments