mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 06:13:18 +00:00
GitLab CI: do not force CC/CXX with Mingw32 vcpkg builds
This commit is contained in:
parent
3683a8f939
commit
fc7768fad9
2 changed files with 0 additions and 4 deletions
|
@ -35,8 +35,6 @@ Windows x64:
|
|||
|
||||
variables:
|
||||
PREFIX: x86_64-w64-mingw32
|
||||
CC: /usr/lib/ccache/x86_64-w64-mingw32-gcc
|
||||
CXX: /usr/lib/ccache/x86_64-w64-mingw32-g++
|
||||
|
||||
script:
|
||||
- |
|
||||
|
|
|
@ -31,8 +31,6 @@ Windows x86:
|
|||
|
||||
variables:
|
||||
PREFIX: i686-w64-mingw32
|
||||
CC: /usr/lib/ccache/i686-w64-mingw32-gcc
|
||||
CXX: /usr/lib/ccache/i686-w64-mingw32-g++
|
||||
|
||||
script:
|
||||
- |
|
||||
|
|
Loading…
Reference in a new issue