From efebbcb2bf5e4237c0090d32d66322488549cc0a Mon Sep 17 00:00:00 2001 From: arvidn Date: Thu, 16 Jul 2015 02:31:08 -0400 Subject: [PATCH] fix appveyor file --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 3c6bc58bb..07fe9e6f4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,6 +14,7 @@ environment: linkflags: '"/LIBPATH:C:\\OpenSSL-Win32\\lib"' - variant: test_release compiler: msvc + linkflags: '"/LIBPATH:C:\\OpenSSL-Win32\\lib"' - variant: test_debug compiler: gcc linkflags: '"-LC:\\OpenSSL-Win32\\lib"'