Add schannel to curl installation

Signed-off-by: Dennis Ameling <dennis@dennisameling.com>
This commit is contained in:
Dennis Ameling
2020-12-06 18:39:26 +01:00
committed by Matthew Cheetham
parent 4c33125506
commit b7bfe1fbee

View File

@@ -127,5 +127,5 @@ set features=
goto :EOF
:curl_features
set features=[core,openssl]
set features=[core,openssl,schannel]
goto :EOF