Fix path to static GLFW lib on Windows

This commit is contained in:
William Roe
2021-11-05 13:37:52 +00:00
parent 600d19c51b
commit a805d9a721
+1 -1
View File
@@ -6,7 +6,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 == "windows" {
foreign import glfw {
"lib/glfw3.lib",
"../lib/glfw3_mt.lib",
"system:user32.lib",
"system:gdi32.lib",
"system:shell32.lib",