mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Switched to else instead of not equal
This commit is contained in:
@@ -5,9 +5,7 @@ IS_SUPPORTED :: true; // NOTE: Times on Darwin are UTC.
|
|||||||
|
|
||||||
when ODIN_OS == "darwin" {
|
when ODIN_OS == "darwin" {
|
||||||
foreign import libc "System.framework"
|
foreign import libc "System.framework"
|
||||||
}
|
} else {
|
||||||
|
|
||||||
when ODIN_OS != "darwin" {
|
|
||||||
foreign import libc "system:c"
|
foreign import libc "system:c"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user