FS-10508: [Build-System] Fix broken lib download logic on windows.

This commit is contained in:
Andrey Volk 2017-07-17 22:28:00 +03:00
parent 8ad0cca83b
commit 4d063f21a1
1 changed files with 1 additions and 1 deletions

View File

@ -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