From 9f3ddd89c08545c2ea8d1ae156439e52691a763b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Sat, 5 Apr 2025 19:56:53 -0300 Subject: [PATCH] Forgot to remove dependency. --- premake4.lua | 3 --- premake5.lua | 2 -- 2 files changed, 5 deletions(-) diff --git a/premake4.lua b/premake4.lua index 0ec51a89d..c55c8cb58 100644 --- a/premake4.lua +++ b/premake4.lua @@ -1585,9 +1585,6 @@ solution "eepp" end if os.is_real("windows") or os.is_real("mingw32") or os.is_real("mingw64") then links { "dbghelp", "psapi" } - if os.is_real("mingw32") or os.is_real("mingw64") then - links { "msvcr90" } - end end if os.is("haiku") then links { "bsd" } diff --git a/premake5.lua b/premake5.lua index 3fe1922a6..16175533a 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1440,8 +1440,6 @@ workspace "eepp" end filter { "system:windows" } links { "dbghelp", "psapi" } - filter { "system:windows", "options:cc=mingw" } - links { "msvcr90" } filter "system:haiku" links { "bsd" } filter "system:bsd"