mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 02:42:22 -07:00
Merge pull request #2787 from laytan/fix-commonmark
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