Skip to content

Commit b59a9a3

Browse files
committed
build: cmark-gfm.h is not an umbrella header
This header does not cover all headers. Furthermore, it forces the subsuming of `mutex.h` which is a private header. Fixing the module definition to repair the macOS build.
1 parent ba66792 commit b59a9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/module.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module cmark_gfm {
2-
umbrella header "cmark-gfm.h"
2+
header "cmark-gfm.h"
33
header "cmark-gfm-extension_api.h"
44
header "buffer.h"
55
header "chunk.h"

0 commit comments

Comments
 (0)