Merge pull request #1339 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10508-fix-broken-lib-download-logic-on to master

* commit '4d063f21a1b98795e9638db88cc8b65cbb92765c':
  FS-10508: [Build-System] Fix broken lib download logic on windows.
This commit is contained in:
Mike Jerris 2017-07-17 19:33:23 +00:00
commit 03cc850c68
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