mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-26 12:37:26 +00:00
FS-10508: [Build-System] Fix broken lib download logic on windows.
This commit is contained in:
parent
8ad0cca83b
commit
4d063f21a1
@ -11,7 +11,7 @@
|
|||||||
Set WshShell = CreateObject("WScript.Shell")
|
Set WshShell = CreateObject("WScript.Shell")
|
||||||
Set FSO = CreateObject("Scripting.FileSystemObject")
|
Set FSO = CreateObject("Scripting.FileSystemObject")
|
||||||
Set WshSysEnv = WshShell.Environment("SYSTEM")
|
Set WshSysEnv = WshShell.Environment("SYSTEM")
|
||||||
Set xml = CreateObject("Microsoft.XMLHTTP")
|
Set xml = CreateObject("Msxml2.ServerXMLHTTP")
|
||||||
Dim UseWgetEXE
|
Dim UseWgetEXE
|
||||||
|
|
||||||
On Error Resume Next
|
On Error Resume Next
|
||||||
|
Loading…
x
Reference in New Issue
Block a user