From: Andrey Volk Date: Mon, 17 Jul 2017 19:28:00 +0000 (+0300) Subject: FS-10508: [Build-System] Fix broken lib download logic on windows. X-Git-Tag: v1.8.0~357^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d063f21a1b98795e9638db88cc8b65cbb92765c;p=thirdparty%2Ffreeswitch.git FS-10508: [Build-System] Fix broken lib download logic on windows. --- 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