aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-06-04 15:51:19 +0100
committergingerBill <bill@gingerbill.org>2024-06-04 15:51:19 +0100
commit72ce111a95cdddd60c90ada285d19e3c4e9e41f8 (patch)
treecf54371f343b51a7017d90895bc8f692c464093f
parent606608c02bb7271717245c0c66c302d5aa046477 (diff)
Keep `-vet` happy
-rw-r--r--vendor/raylib/raygui.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/raylib/raygui.odin b/vendor/raylib/raygui.odin
index 18f1a9c51..ff528ea7b 100644
--- a/vendor/raylib/raygui.odin
+++ b/vendor/raylib/raygui.odin
@@ -10,7 +10,7 @@ when ODIN_OS == .Windows {
}
} else when ODIN_OS == .Linux {
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 {
when ODIN_ARCH == .arm64 {