mirror of
https://github.com/alex47exe/gse_fork.git
synced 2026-02-04 05:41:18 +01:00
add missing libs for windows, allowing MinGW to link properly
This commit is contained in:
@@ -216,7 +216,11 @@ local common_link_win = {
|
||||
"Winmm" .. mingw_static_whole_archive,
|
||||
"Bcrypt" .. mingw_static_whole_archive,
|
||||
"Dbghelp" .. mingw_static_whole_archive,
|
||||
-- gamepad
|
||||
"Xinput" .. mingw_static_whole_archive,
|
||||
-- imgui / overlay
|
||||
"Gdi32" .. mingw_static_whole_archive,
|
||||
"Dwmapi" .. mingw_static_whole_archive,
|
||||
-- deps
|
||||
"ssq" .. mingw_static_whole_archive,
|
||||
"zlibstatic" .. mingw_static_whole_archive,
|
||||
|
||||
Reference in New Issue
Block a user