mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
fix overlay linking on MinGw, ALL x64 BINARIES ARE COMPILING/LINKING AND WORKING!
This commit is contained in:
parent
e00996447e
commit
96c8c1a807
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user