mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-07-24 01:05:22 +02:00
fix overlay linking on MinGw, ALL x64 BINARIES ARE COMPILING/LINKING AND WORKING!
This commit is contained in:
parent
e00996447e
commit
96c8c1a807
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue