fix overlay linking on MinGw, ALL x64 BINARIES ARE COMPILING/LINKING AND WORKING!

This commit is contained in:
otavepto 2024-05-29 21:49:28 +03:00
parent e00996447e
commit 96c8c1a807

View File

@ -251,12 +251,12 @@ local common_link_linux = {
"mbedcrypto:static_whole",
}
-- overlay libs
local overlay_link_win = {
"ingame_overlay",
"system", -- ingame_overlay dependency
"mini_detour", -- ingame_overlay dependency
"ingame_overlay" .. mingw_whole_archive,
"system" .. mingw_whole_archive, -- ingame_overlay dependency
"mini_detour" .. mingw_whole_archive, -- ingame_overlay dependency
}
local overlay_link_linux = {
"ingame_overlay:static_whole",
"system:static_whole", -- ingame_overlay dependency