Merge pull request #2787 from laytan/fix-commonmark

fix commonmark import
This commit is contained in:
gingerBill
2023-09-05 18:56:58 +01:00
committed by GitHub

View File

@@ -17,9 +17,7 @@ when ODIN_OS == .Windows {
"cmark_static.lib",
}
} else when ODIN_OS == .Linux {
foreign import lib {
"libcmark.a",
}
foreign import lib "system:cmark"
}
Option :: enum c.int {