I've just cross-compiled a Rust game from Linux for Windows and I'm trying to test it, but running it with wine or in a windows development VM runs into the problem that it can't find libstdc++-6.dll
, and I have no idea where to get it!
Anybody have any clue where I can get that DLL?
I though it might come with Windows Visual C++ 2019 or something, but I installed it in Wine and that didn't have it.