mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-28 17:23:57 +00:00
fix commonmark import
This commit is contained in:
4
vendor/commonmark/cmark.odin
vendored
4
vendor/commonmark/cmark.odin
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user