GitLab CI: use VCPKG_TARGET_TRIPLET, not VCPKG_DEFAULT_TRIPLET

This commit is contained in:
Alam Ed Arias 2025-03-02 20:18:59 -05:00
parent 61afd65fc1
commit e2200c1eb5
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ Windows x64:
variables:
PREFIX: x86_64-w64-mingw32
VCPKG_DEFAULT_TRIPLET: x64-mingw-static
VCPKG_TARGET_TRIPLET: x64-mingw-static
LD: /usr/bin/x86_64-w64-mingw32-ld
script:

View file

@ -31,7 +31,7 @@ Windows x86:
variables:
PREFIX: i686-w64-mingw32
VCPKG_DEFAULT_TRIPLET: x86-mingw-static
VCPKG_TARGET_TRIPLET: x86-mingw-static
LD: /usr/bin/i686-w64-mingw32-ld
script: