mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
Fix missing underscore
This commit is contained in:
Vendored
+1
-1
@@ -15,7 +15,7 @@ when ODIN_OS == .Windows {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
foreign import glfw {
|
foreign import glfw {
|
||||||
"../lib/glfw3mt.lib",
|
"../lib/glfw3_mt.lib",
|
||||||
"system:user32.lib",
|
"system:user32.lib",
|
||||||
"system:gdi32.lib",
|
"system:gdi32.lib",
|
||||||
"system:shell32.lib",
|
"system:shell32.lib",
|
||||||
|
|||||||
Reference in New Issue
Block a user