mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
MXE setup: use gcc 10
This commit is contained in:
parent
2f22fecc6d
commit
95a1fa6ac8
@ -51,7 +51,7 @@ function update_mingw_cross_env {
|
||||
cat > settings.mk <<EOF
|
||||
MXE_TARGETS = ${HOST}
|
||||
MXE_USE_CCACHE =
|
||||
MXE_PLUGIN_DIRS += plugins/gcc9
|
||||
MXE_PLUGIN_DIRS += plugins/gcc10
|
||||
JOBS = ${PARALLEL}
|
||||
|
||||
MKVTOOLNIX_DEPENDENCIES=gettext libiconv zlib boost file flac ogg pthreads vorbis cmark libdvdread
|
||||
|
Loading…
Reference in New Issue
Block a user