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
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment