We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0189b0 commit 7b182afCopy full SHA for 7b182af
.github/workflows/release-binaries.yml
@@ -291,6 +291,8 @@ jobs:
291
ninja -v -C libxml-build install
292
293
- name: Install libxml2
294
+ env:
295
+ VCPKG_CMAKE_CONFIGURE_OPTIONS: "-DBUILD_SHARED_LIBS=OFF"
296
run: |
297
vcpkg install libxml2:x64-windows-static
298
Get-Content C:\vcpkg\packages\libxml2_x65-windows-static/lib/libxml2.lib -Encoding Byte -TotalCount 100 | Format-Hex
0 commit comments