Skip to content

Commit 6f064e6

Browse files
committed
Fix excluded required source file in cmark-gfm
Fixes an excluded source file in `cmark-gfm` that is required by [utf8.c](https://github.com/apple/swift-cmark/blob/gfm/src/utf8.c#L237).
1 parent 6c70377 commit 6f064e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Package.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ let package = Package(
5353
"config.h.in",
5454
"CMakeLists.txt",
5555
"cmark-gfm_version.h.in",
56-
"case_fold_switch.inc",
57-
"entities.inc",
5856
],
5957
cSettings: cSettings
6058
),

0 commit comments

Comments
 (0)