mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-11 05:41:25 -07:00
[cmark] Change to static library
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
+1
-2
@@ -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",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user