Switched to else instead of not equal

This commit is contained in:
Platin21
2020-09-27 22:17:35 +03:00
parent d72a01a714
commit 6b83159b06

View File

@@ -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"
}