mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00: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}
|
BINDING_VERSION :: Version_Info{major = 0, minor = 30, patch = 2}
|
||||||
|
|
||||||
when ODIN_OS == .Windows {
|
when ODIN_OS == .Windows {
|
||||||
// To use `import "vendor:cmark"` and copy the `.dll` next to your program.
|
|
||||||
foreign import lib {
|
foreign import lib {
|
||||||
"cmark.lib",
|
"cmark_static.lib",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user