]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10508: [Build-System] Fix broken lib download logic on windows.
authorAndrey Volk <andywolk@gmail.com>
Mon, 17 Jul 2017 19:28:00 +0000 (22:28 +0300)
committerAndrey Volk <andywolk@gmail.com>
Mon, 17 Jul 2017 19:28:00 +0000 (22:28 +0300)
libs/win32/util.vbs

index dc137e3fcb16041b28a2e728487e339796a987cc..c04a034c8ee0f37a40bd3b1486a3b6ad3343a32f 100644 (file)
@@ -11,7 +11,7 @@
 Set WshShell = CreateObject("WScript.Shell")\r
 Set FSO = CreateObject("Scripting.FileSystemObject")\r
 Set WshSysEnv = WshShell.Environment("SYSTEM")\r
-Set xml = CreateObject("Microsoft.XMLHTTP")\r
+Set xml = CreateObject("Msxml2.ServerXMLHTTP")\r
 Dim UseWgetEXE\r
 \r
 On Error Resume Next\r