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", "mbedcrypto:static_whole",
} }
-- overlay libs
local overlay_link_win = { local overlay_link_win = {
"ingame_overlay", "ingame_overlay" .. mingw_whole_archive,
"system", -- ingame_overlay dependency "system" .. mingw_whole_archive, -- ingame_overlay dependency
"mini_detour", -- ingame_overlay dependency "mini_detour" .. mingw_whole_archive, -- ingame_overlay dependency
} }
local overlay_link_linux = { local overlay_link_linux = {
"ingame_overlay:static_whole", "ingame_overlay:static_whole",
"system:static_whole", -- ingame_overlay dependency "system:static_whole", -- ingame_overlay dependency