Browse Source

Removing unecessary line

Not sure what the context is for it, grabbed it from raylib's bindings. Tested without it, everything works fine.
Guilherme Fernandes 2 years ago
parent
commit
f48531efaf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      vendor/raylib/raygui.odin

+ 0 - 1
vendor/raylib/raygui.odin

@@ -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",
 	}