fix gamepad.c linking on msys2

This commit is contained in:
otavepto 2024-05-24 11:02:04 +03:00
parent b2501ef457
commit 39a1449bfe

View File

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