summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-10-12 21:50:41 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-10-12 21:50:41 +0200
commitae37a3b16e8c605229914e34e4a9d2d44202db79 (patch)
tree151e565a3374965e0422523e50a2e7c71d5d970b
parentf2504827e3b70bc021cfef141f27808628e36a25 (diff)
downloadcurl-bagder/appveyor-vs2017-winbuild.tar.gz
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6e3498dbf..e2eb28e56 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -163,7 +163,7 @@ build_script:
if %BUILD_SYSTEM%==winbuild17 (
call buildconf.bat &&
cd winbuild &&
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
+ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" &&
nmake /f Makefile.vc mode=dll VC=15 "SSL_PATH=C:\OpenSSL-v111-Win64" WITH_SSL=dll MACHINE=x64
))))