mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 04:50:29 +00:00
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:
1
vendor/raylib/raygui.odin
vendored
1
vendor/raylib/raygui.odin
vendored
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user