mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2025-12-23 15:54:29 +01:00
linux-mingw: upgrade conan packages, conan GCC version
Also use ownstuff ffmpeg, instead of the dead link from mingw-setup.sh mingw-setup.sh was thus removed as it only did one thing that could be reduced to a single command in the Dockerfile.
This commit is contained in:
parent
7dba201b19
commit
34efbab012
4 changed files with 102 additions and 26 deletions
|
|
@ -21,6 +21,6 @@ arch=x86_64
|
|||
compiler=gcc
|
||||
|
||||
# Adjust to the gcc version of your MinGW package
|
||||
compiler.version=9
|
||||
compiler.version=10.2
|
||||
compiler.libcxx=libstdc++11
|
||||
build_type=Release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue