GitLab CI: do not force CC/CXX with Mingw32 vcpkg builds

This commit is contained in:
Alam Ed Arias 2025-02-28 21:03:00 -05:00
parent 3683a8f939
commit fc7768fad9
2 changed files with 0 additions and 4 deletions

View file

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

View file

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