mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 04:50:29 +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" {
|
||||
foreign import libc "System.framework"
|
||||
}
|
||||
|
||||
when ODIN_OS != "darwin" {
|
||||
} else {
|
||||
foreign import libc "system:c"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user