diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-05-09 21:59:32 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-05-09 21:59:32 +0200 |
| commit | d38f659f428544de524fe6f2a49355a104055555 (patch) | |
| tree | c26f2d251706919f7496b8fe6d857acd75a6b888 /src/wrapped | |
| parent | 6d95a644123181addb647f51712ad3e5782d5052 (diff) | |
| download | box64-d38f659f428544de524fe6f2a49355a104055555.tar.gz box64-d38f659f428544de524fe6f2a49355a104055555.zip | |
Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311)
Diffstat (limited to 'src/wrapped')
| -rw-r--r-- | src/wrapped/wrappedlibgl.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wrapped/wrappedlibgl.c b/src/wrapped/wrappedlibgl.c index bf7a0b9a..f7d7633e 100644 --- a/src/wrapped/wrappedlibgl.c +++ b/src/wrapped/wrappedlibgl.c @@ -435,12 +435,6 @@ static void* find_glGetVkProcAddrNV_Fct(void* fct) s->resolved = 1; \ s->addr = (uintptr_t)find_glXSwapIntervalEXT_Fct(symb); \ } \ - if(!box64_wine && GetLibInternal("libgcc_s.so.1")) { \ - setNeededLibs(lib, 1, "libstdc++.so.6"); \ - } \ - -// This is a small hack to allow loading of libstdc++ as a dependancy for libGL as this is a the case with mesa. Some game, like Mini Metro on Steam don't have -// libstdc++.so.6 as a dependancy and yet needs it to run properly, rellying on other dependancies to work #include "wrappedlib_init.h" |