We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ed60f commit f626fdaCopy full SHA for f626fda
.appveyor.yml
@@ -12,9 +12,11 @@ environment:
12
matrix:
13
- SHARED: OFF
14
POSTFIXNAME: MT
15
+ POSTVCPKGNAME: -static
16
- SHARED: ON
17
POSTFIXNAME: MD
-
18
+ POSTVCPKGNAME:
19
+
20
21
fast_finish: true
22
@@ -37,7 +39,7 @@ install:
37
39
- cd vcpkg
38
40
- powershell -exec bypass scripts\bootstrap.ps1
41
- .\vcpkg integrate install
- - .\vcpkg install zlib:x86-windows-static openssl:x86-windows-static zlib openssl
42
+ - .\vcpkg install zlib:%PLATFORM%-windows%POSTVCPKGNAME% openssl:%PLATFORM%-windows%POSTVCPKGNAME%
43
- cd ..
44
45
build_script:
0 commit comments