mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
bring log allocator up to date
This commit is contained in:
Vendored
+4
@@ -23,6 +23,10 @@ when ODIN_OS == .Windows {
|
||||
}
|
||||
} else when ODIN_OS == .Linux {
|
||||
foreign import lib "system:cmark"
|
||||
} else when ODIN_OS == .Darwin {
|
||||
foreign import lib "system:cmark"
|
||||
} else {
|
||||
foreign import lib "system:cmark"
|
||||
}
|
||||
|
||||
Option :: enum c.int {
|
||||
|
||||
Reference in New Issue
Block a user