Skip to content

Commit 205a8e9

Browse files
committed
Upgrade libiconv to 1.15-1
1 parent 685a87b commit 205a8e9

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
@@ -112,7 +112,7 @@ New-Item -ItemType Directory .\dist
112112
# lxml expects iconv to be called iconv, not libiconv
113113
Dir $iconvLib\libiconv* | Copy-Item -Force -Destination {Join-Path $iconvLib ($_.Name -replace "libiconv","iconv") }
114114

115-
BundleRelease "iconv-1.14.$distname" (dir $iconvLib\iconv_a*) (dir $iconvInc\*)
115+
BundleRelease "iconv-1.15-1.$distname" (dir $iconvLib\iconv_a*) (dir $iconvInc\*)
116116
BundleRelease "libxml2-2.10.3.$distname" (dir $xmlLib\*) (Get-Item $xmlInc\libxml)
117117
BundleRelease "libxslt-1.1.37.$distname" (dir .\libxslt\win32\bin.msvc\*) (Get-Item .\libxslt\libxslt,.\libxslt\libexslt)
118118
BundleRelease "zlib-1.2.12.$distname" (Get-Item .\zlib\*.*) (Get-Item .\zlib\zconf.h,.\zlib\zlib.h)

libiconv

Submodule libiconv updated 628 files

0 commit comments

Comments
 (0)