mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-12-19 03:37:46 +00:00
[Build-System, ldns] config.h change to not define inline under Windows to avoid clash with Windows winsock2.h inline usage. Use updated ldns tarball on Windows.
* [ldns] config.h change to not define inline under Windows to avoid clash with Windows winsock2.h inline usage * [Build-System] Use updated ldns tarball on Windows. --------- Co-authored-by: Andrey Volk <andywolk@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
<Target Name="LDNSDownloadTarget" BeforeTargets="CustomBuild;PreBuildEvent;" DependsOnTargets="7za">
|
||||
<DownloadPackageTask
|
||||
package="http://files.freeswitch.org/downloads/libs/ldns-1.6.9-1-win.tar.gz"
|
||||
package="http://files.freeswitch.org/downloads/libs/ldns-1.6.9-2-win.tar.gz"
|
||||
expectfileordirectory="$(BaseDir)libs\ldns\configure.ac"
|
||||
outputfolder=""
|
||||
outputfilename=""
|
||||
|
||||
Reference in New Issue
Block a user