From 39a1449bfe4b58d02ea226b3d41b73e48d84596c Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Fri, 24 May 2024 11:02:04 +0300 Subject: [PATCH] fix gamepad.c linking on msys2 --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index dd3779ce..3700c9b9 100644 --- a/premake5.lua +++ b/premake5.lua @@ -201,7 +201,7 @@ local common_files = { --------- local common_link_win = { -- os specific - "Ws2_32", "Iphlpapi", "Wldap32", "Winmm", "Bcrypt", "Dbghelp", + "Ws2_32", "Iphlpapi", "Wldap32", "Winmm", "Bcrypt", "Dbghelp", "Xinput", -- deps "ssq", "zlibstatic",