Skip to content

Commit f37a93a

Browse files
committed
added shared libs for vcpkg
1 parent 510ec57 commit f37a93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install:
2424
- cd vcpkg
2525
- powershell -exec bypass scripts\bootstrap.ps1
2626
- .\vcpkg integrate install
27-
- .\vcpkg install zlib:x86-windows-static openssl:x86-windows-static
27+
- .\vcpkg install zlib:x86-windows-static openssl:x86-windows-static zlib openssl
2828

2929
build_script:
3030
- cd c:\projects\proj

0 commit comments

Comments
 (0)