Skip to content

Commit 022cc32

Browse files
committed
revert libiconv to 1.14
1 parent d2f78d2 commit 022cc32

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ New-Item -ItemType Directory .\dist
7575
# lxml expects iconv to be called iconv, not libiconv
7676
Dir $iconvLib\libiconv* | Copy-Item -Force -Destination {Join-Path $iconvLib ($_.Name -replace "libiconv","iconv") }
7777

78-
BundleRelease "iconv-1.15.$distname" (dir $iconvLib\iconv_a*) (dir $iconvInc\*)
78+
BundleRelease "iconv-1.14.$distname" (dir $iconvLib\iconv_a*) (dir $iconvInc\*)
7979
BundleRelease "libxml2-2.9.5.$distname" (dir $xmlLib\*) (Get-Item $xmlInc\libxml)
8080
BundleRelease "libxslt-1.1.30.$distname" (dir .\libxslt\win32\bin.msvc\*) (Get-Item .\libxslt\libxslt,.\libxslt\libexslt)
8181
BundleRelease "zlib-1.2.11.$distname" (Get-Item .\zlib\*.*) (Get-Item .\zlib\zconf.h,.\zlib\zlib.h)

libiconv

Submodule libiconv updated 628 files

0 commit comments

Comments
 (0)