mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
Don't set the compilers to `gcc` for MinGW vcpkg triplets, because it may be CLANG64 with MinGW. Link FAudio using the `-static` target or the normal target only. Use `ghc::filesystem::path::c_str()` to pass paths to `std::fstream` as there is a conversion problem with this toolchain. Signed-off-by: Rafael Kitover <rkitover@gmail.com>