mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Fix missing underscore
This commit is contained in:
Vendored
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user