Update .gitlab-ci.yml file

yea the Mingw-w64 is called "x86_64-w64-mingw32", not "x86_64-w64"
This commit is contained in:
Alam Ed Arias 2023-10-12 03:06:17 +00:00
parent 95c81696a5
commit ae25f9ac44

View file

@ -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