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:
commit
03cc850c68
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue