mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Keep -vet happy
This commit is contained in:
Vendored
+1
-1
@@ -10,7 +10,7 @@ when ODIN_OS == .Windows {
|
|||||||
}
|
}
|
||||||
} else when ODIN_OS == .Linux {
|
} else when ODIN_OS == .Linux {
|
||||||
foreign import lib {
|
foreign import lib {
|
||||||
"linux/libraygui.so" when RAYGUI_SHARED else "linux/libraygui.a"
|
"linux/libraygui.so" when RAYGUI_SHARED else "linux/libraygui.a",
|
||||||
}
|
}
|
||||||
} else when ODIN_OS == .Darwin {
|
} else when ODIN_OS == .Darwin {
|
||||||
when ODIN_ARCH == .arm64 {
|
when ODIN_ARCH == .arm64 {
|
||||||
|
|||||||
Reference in New Issue
Block a user