From 4d063f21a1b98795e9638db88cc8b65cbb92765c Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Mon, 17 Jul 2017 22:28:00 +0300 Subject: [PATCH] FS-10508: [Build-System] Fix broken lib download logic on windows. --- libs/win32/util.vbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/win32/util.vbs b/libs/win32/util.vbs index dc137e3fcb..c04a034c8e 100644 --- a/libs/win32/util.vbs +++ b/libs/win32/util.vbs @@ -11,7 +11,7 @@ Set WshShell = CreateObject("WScript.Shell") Set FSO = CreateObject("Scripting.FileSystemObject") Set WshSysEnv = WshShell.Environment("SYSTEM") -Set xml = CreateObject("Microsoft.XMLHTTP") +Set xml = CreateObject("Msxml2.ServerXMLHTTP") Dim UseWgetEXE On Error Resume Next