Fix missing underscore

This commit is contained in:
bumbread
2023-03-01 03:43:59 +11:00
parent 0d65c6dcf7
commit b9db450a7d

View File

@@ -15,7 +15,7 @@ when ODIN_OS == .Windows {
}
} else {
foreign import glfw {
"../lib/glfw3mt.lib",
"../lib/glfw3_mt.lib",
"system:user32.lib",
"system:gdi32.lib",
"system:shell32.lib",