mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 06:13:18 +00:00
GitLab CI: use VCPKG_TARGET_TRIPLET, not VCPKG_DEFAULT_TRIPLET
This commit is contained in:
parent
61afd65fc1
commit
e2200c1eb5
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue