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 a5b1cda commit 3fc0637Copy full SHA for 3fc0637
.github/workflows/release-binaries.yml
@@ -84,6 +84,7 @@ jobs:
84
cat custom-triplets/x64-windows-static-release.cmake
85
echo "set(VCPKG_CMAKE_CONFIGURE_OPTIONS -DBUILD_SHARED_LIBS=OFF)" >> custom-triplets/x64-windows-static-release.cmake
86
echo "set(VCPKG_BUILD_TYPE release)" >> custom-triplets/x64-windows-static-release.cmake
87
+ echo "set(BUILD_SHARED_LIBS OFF)" >> custom-triplets/x64-windows-static-release.cmake
88
vcpkg --debug install libxml2:x64-windows-static-release --overlay-triplets=custom-triplets
89
find /c/vcpkg -iname 'libxml*.lib'
90
0 commit comments