Skip to content

Commit f626fda

Browse files
committed
update appvoyer
1 parent c4ed60f commit f626fda

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ environment:
1212
matrix:
1313
- SHARED: OFF
1414
POSTFIXNAME: MT
15+
POSTVCPKGNAME: -static
1516
- SHARED: ON
1617
POSTFIXNAME: MD
17-
18+
POSTVCPKGNAME:
19+
1820
matrix:
1921
fast_finish: true
2022

@@ -37,7 +39,7 @@ install:
3739
- cd vcpkg
3840
- powershell -exec bypass scripts\bootstrap.ps1
3941
- .\vcpkg integrate install
40-
- .\vcpkg install zlib:x86-windows-static openssl:x86-windows-static zlib openssl
42+
- .\vcpkg install zlib:%PLATFORM%-windows%POSTVCPKGNAME% openssl:%PLATFORM%-windows%POSTVCPKGNAME%
4143
- cd ..
4244

4345
build_script:

0 commit comments

Comments
 (0)