diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedlibgl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibgl.c b/src/wrapped/wrappedlibgl.c index 932af0e2..bf7a0b9a 100644 --- a/src/wrapped/wrappedlibgl.c +++ b/src/wrapped/wrappedlibgl.c @@ -435,7 +435,7 @@ static void* find_glGetVkProcAddrNV_Fct(void* fct) s->resolved = 1; \ s->addr = (uintptr_t)find_glXSwapIntervalEXT_Fct(symb); \ } \ - if(GetLibInternal("libgcc_s.so.1")) { \ + if(!box64_wine && GetLibInternal("libgcc_s.so.1")) { \ setNeededLibs(lib, 1, "libstdc++.so.6"); \ } \ |