Skip to content

Commit 32ab04f

Browse files
committed
Revert "try to remove one specific version it was not here"
This reverts commit 7f62a01.
1 parent f60c177 commit 32ab04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ install:
6363
$ENV:GENERATOR = "NMake Makefiles"
6464
}
6565
}
66-
ForEach ($v in @('v35-', 'v33-', '')) {
66+
ForEach ($v in @('v35-', 'v33-', 'v111-', '')) {
6767
$d = "c:\openssl-${v}win$ENV:WIDTH"
6868
if (Test-Path $d) {
6969
$ENV:OPENSSL_ROOT_DIR = $d

0 commit comments

Comments
 (0)