mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-11087: [Build-System] Use shared zlib library on Windows.
This commit is contained in:
committed by
Muteesa Fred
parent
e47a6922b3
commit
07fbd3fc49
@@ -4,7 +4,7 @@
|
||||
<Import Project="curl-version.props" Condition=" '$(curlVersionImported)' == '' "/>
|
||||
<Import Project="downloadpackage.task" Condition=" '$(downloadpackagetask_Imported)' == '' " />
|
||||
<Import Project="openssl.props" />
|
||||
<Import Project="zlib.props" />
|
||||
<Import Project="zlib.props" Condition=" '$(zlibImported)' == '' "/>
|
||||
</ImportGroup>
|
||||
<PropertyGroup>
|
||||
<CurlPropsImported>true</CurlPropsImported>
|
||||
|
Reference in New Issue
Block a user