Keep -vet happy

This commit is contained in:
gingerBill
2024-06-04 15:51:19 +01:00
parent 606608c02b
commit 72ce111a95
+1 -1
View File
@@ -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 {