mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
glfw: add openbsd support
This commit is contained in:
Vendored
+1
@@ -5,6 +5,7 @@ import vk "vendor:vulkan"
|
|||||||
|
|
||||||
when ODIN_OS == .Linux { foreign import glfw "system:glfw" } // TODO: Add the billion-or-so static libs to link to in linux
|
when ODIN_OS == .Linux { foreign import glfw "system:glfw" } // TODO: Add the billion-or-so static libs to link to in linux
|
||||||
when ODIN_OS == .Darwin { foreign import glfw "system:glfw" }
|
when ODIN_OS == .Darwin { foreign import glfw "system:glfw" }
|
||||||
|
when ODIN_OS == .OpenBSD { foreign import glfw "system:glfw" }
|
||||||
when ODIN_OS == .Windows {
|
when ODIN_OS == .Windows {
|
||||||
foreign import glfw {
|
foreign import glfw {
|
||||||
"../lib/glfw3_mt.lib",
|
"../lib/glfw3_mt.lib",
|
||||||
|
|||||||
Reference in New Issue
Block a user