Skip to content

Commit

Permalink
Upgrade libxml2 to 2.11.7 and libxslt to 1.1.39.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 26, 2024
1 parent 164c69c commit 8e1f55e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ New-Item -ItemType Directory .\dist
Dir $iconvLib\libiconv* | Copy-Item -Force -Destination {Join-Path $iconvLib ($_.Name -replace "libiconv","iconv") }

BundleRelease "iconv-1.15.$distname" (dir $iconvLib\iconv_a*) (dir $iconvInc\*)
BundleRelease "libxml2-2.10.3.$distname" (dir $xmlLib\*) (Get-Item $xmlInc\libxml)
BundleRelease "libxslt-1.1.37.$distname" (dir .\libxslt\win32\bin.msvc\*) (Get-Item .\libxslt\libxslt,.\libxslt\libexslt)
BundleRelease "libxml2-2.11.7.$distname" (dir $xmlLib\*) (Get-Item $xmlInc\libxml)
BundleRelease "libxslt-1.1.39.$distname" (dir .\libxslt\win32\bin.msvc\*) (Get-Item .\libxslt\libxslt,.\libxslt\libexslt)
BundleRelease "zlib-1.2.12.$distname" (Get-Item .\zlib\*.*) (Get-Item .\zlib\zconf.h,.\zlib\zlib.h)
2 changes: 1 addition & 1 deletion libxml2
Submodule libxml2 updated 577 files
2 changes: 1 addition & 1 deletion libxslt
Submodule libxslt updated 597 files

0 comments on commit 8e1f55e

Please sign in to comment.