From f48531efafb57374265f98e098d81937707336ff Mon Sep 17 00:00:00 2001 From: Guilherme Fernandes Date: Mon, 7 Aug 2023 18:58:26 +0100 Subject: [PATCH] Removing unecessary line Not sure what the context is for it, grabbed it from raylib's bindings. Tested without it, everything works fine. --- vendor/raylib/raygui.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/vendor/raylib/raygui.odin b/vendor/raylib/raygui.odin index 7309bc143..d55892b9a 100644 --- a/vendor/raylib/raygui.odin +++ b/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", }