summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-09-12 15:19:44 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-09-12 15:19:44 +0200
commite31d848ae469210e3fafeefb890503dd24266884 (patch)
treedc395c9c48ebe3d47db6783798be6379f64cf154
parentdb81790246be6a5e162a92adb17a9f54dd973949 (diff)
downloadcurl-e31d848ae469210e3fafeefb890503dd24266884.tar.gz
fixup pass the OpenSSL path to nmake too
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1dd771252..0a3796d21 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -135,7 +135,7 @@ build_script:
cd winbuild &&
call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 &&
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64 &&
- nmake /f Makefile.vc mode=dll VC=15 WITH_SSL=dll MACHINE=x64
+ nmake /f Makefile.vc mode=dll VC=15 SSL_PATH=%OPENSSL% WITH_SSL=dll MACHINE=x64
)))
test_script: