Skip to content

Commit 3fc0637

Browse files
committed
Try to force static libs
1 parent a5b1cda commit 3fc0637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
cat custom-triplets/x64-windows-static-release.cmake
8585
echo "set(VCPKG_CMAKE_CONFIGURE_OPTIONS -DBUILD_SHARED_LIBS=OFF)" >> custom-triplets/x64-windows-static-release.cmake
8686
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
8788
vcpkg --debug install libxml2:x64-windows-static-release --overlay-triplets=custom-triplets
8889
find /c/vcpkg -iname 'libxml*.lib'
8990

0 commit comments

Comments
 (0)