File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ New-Item -ItemType Directory .\dist
7575# lxml expects iconv to be called iconv, not libiconv
7676Dir $iconvLib \libiconv* | Copy-Item - Force - Destination {Join-Path $iconvLib ($_.Name -replace " libiconv" , " iconv" ) }
7777
78- BundleRelease " iconv-1.14 .$distname " (dir $iconvLib \iconv_a* ) (dir $iconvInc \* )
79- BundleRelease " libxml2-2.9.4 .$distname " (dir $xmlLib \* ) (Get-Item $xmlInc \libxml)
80- BundleRelease " libxslt-1.1.29 .$distname " (dir .\libxslt\win32\bin.msvc\* ) (Get-Item .\libxslt\libxslt, .\libxslt\libexslt)
81- BundleRelease " zlib-1.2.8 .$distname " (Get-Item .\zlib\* .* ) (Get-Item .\zlib\zconf.h, .\zlib\zlib.h)
78+ BundleRelease " iconv-1.15 .$distname " (dir $iconvLib \iconv_a* ) (dir $iconvInc \* )
79+ BundleRelease " libxml2-2.9.5 .$distname " (dir $xmlLib \* ) (Get-Item $xmlInc \libxml)
80+ BundleRelease " libxslt-1.1.30 .$distname " (dir .\libxslt\win32\bin.msvc\* ) (Get-Item .\libxslt\libxslt, .\libxslt\libexslt)
81+ BundleRelease " zlib-1.2.11 .$distname " (Get-Item .\zlib\* .* ) (Get-Item .\zlib\zconf.h, .\zlib\zlib.h)
You can’t perform that action at this time.
0 commit comments