mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-26 07:25:00 -07:00
fix commonmark import
This commit is contained in:
Vendored
+1
-3
@@ -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