mingw: Update Conan configuration files

Adds support for Clang 14 and GCC 12.1, as well as a couple git versions
just in case.
This commit is contained in:
lat9nq
2022-06-12 14:48:19 -04:00
parent 5c28ea17fb
commit 69bbc177b4
2 changed files with 5 additions and 3 deletions

View File

@@ -21,6 +21,6 @@ arch=x86_64
compiler=gcc
# Adjust to the gcc version of your MinGW package
compiler.version=10.2
compiler.version=12.1
compiler.libcxx=libstdc++11
build_type=Release