File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 150150 "binaryDir" : " ${sourceDir}/build" ,
151151 "hidden" : true ,
152152 "cacheVariables" : {
153+ "TLSUV_TLSLIB" : " openssl" ,
153154 "CMAKE_BUILD_TYPE" : " RelWithDebInfo"
154155 }
155156 },
266267 " vcpkg" ,
267268 " vcpkg-win64-mingw-static"
268269 ]
270+ },
271+ {
272+ "name" : " ci-windows-x64-win32cryptoo" ,
273+ "inherits" : [
274+ " ci-build" ,
275+ " ci-win64-mingw" ,
276+ " dev-mode" ,
277+ " vcpkg" ,
278+ " vcpkg-win64-mingw-static"
279+ ],
280+ "cacheVariables" : {
281+ "TLSUV_TLSLIB" : " win32crypto"
282+ }
269283 }
284+
270285 ]
271286}
Original file line number Diff line number Diff line change 1212 },
1313 {
1414 "name" : " openssl" ,
15- "platform" : " !windows & !mingw" ,
1615 "$comment" : " on linux we use system installed OpenSSL, as determined by vcpkg-overlays/linux-syslibs)"
1716 },
1817 " json-c" ,
You can’t perform that action at this time.
0 commit comments