mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
build-system: use gcc 10 for MXE builds
It's unclear if this will be enough to use gcc 10 by default when building Subsurface using this container. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1abf400c63
commit
ede732418b
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ JOBS := 8
|
|||
# This variable controls the targets that will build.
|
||||
MXE_TARGETS := x86_64-w64-mingw32.shared i686-w64-mingw32.shared
|
||||
|
||||
MXE_PLUGIN_DIRS := plugins/gcc10
|
||||
|
||||
# The three lines below makes `make` build these "local packages" instead of all packages.
|
||||
# The ordering of the list appears weird, but this seems to help to get the build done
|
||||
# faster on a massively parallel machine to get some of the bottleneck packages built as
|
||||
|
|
Loading…
Reference in a new issue