Skip to content
Snippets Groups Projects
Commit e2200c1e authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

GitLab CI: use VCPKG_TARGET_TRIPLET, not VCPKG_DEFAULT_TRIPLET

parent 61afd65f
Branches
Tags
No related merge requests found
...@@ -35,7 +35,7 @@ Windows x64: ...@@ -35,7 +35,7 @@ Windows x64:
variables: variables:
PREFIX: x86_64-w64-mingw32 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 LD: /usr/bin/x86_64-w64-mingw32-ld
script: script:
......
...@@ -31,7 +31,7 @@ Windows x86: ...@@ -31,7 +31,7 @@ Windows x86:
variables: variables:
PREFIX: i686-w64-mingw32 PREFIX: i686-w64-mingw32
VCPKG_DEFAULT_TRIPLET: x86-mingw-static VCPKG_TARGET_TRIPLET: x86-mingw-static
LD: /usr/bin/i686-w64-mingw32-ld LD: /usr/bin/i686-w64-mingw32-ld
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment