[cmark] Change to static library

This commit is contained in:
Jeroen van Rijn
2022-08-30 13:32:07 +02:00
parent d0cadaf1a6
commit 054ee0a8b5
4 changed files with 1 additions and 2 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -2
View File
@@ -12,9 +12,8 @@ import "core:c/libc"
BINDING_VERSION :: Version_Info{major = 0, minor = 30, patch = 2}
when ODIN_OS == .Windows {
// To use `import "vendor:cmark"` and copy the `.dll` next to your program.
foreign import lib {
"cmark.lib",
"cmark_static.lib",
}
}
BIN
View File
Binary file not shown.