mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 17:01:07 +00:00
Update .gitlab-ci.yml file
yea the Mingw-w64 is called "x86_64-w64-mingw32", not "x86_64-w64"
This commit is contained in:
parent
95c81696a5
commit
ae25f9ac44
1 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,6 @@ build-native: # This job runs in the build stage, which runs first.
|
|||
- export CCACHE_DIR="$PWD/ccache"
|
||||
- export CCACHE_COMPILERCHECK=content
|
||||
- make --directory=src CCACHE=1
|
||||
- make --directory=src CCACHE=1 MINGW64=1 PREFIX=x86_64-w64
|
||||
- make --directory=src CCACHE=1 MINGW64=1 PREFIX=x86_64-w64-mingw32
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue