Removing unecessary line

Not sure what the context is for it, grabbed it from raylib's bindings. Tested without it, everything works fine.
This commit is contained in:
Guilherme Fernandes
2023-08-07 18:58:26 +01:00
parent c6a4116082
commit f48531efaf

View File

@@ -3,7 +3,6 @@ package raylib
import c "core:c/libc"
when ODIN_OS == .Windows {
@(extra_linker_flags="/NODEFAULTLIB:libcmt")
foreign import lib {
"windows/raygui.lib",
}