Skip to content

Commit c768127

Browse files
committed
Fix library name
1 parent 61f3021 commit c768127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
cmake --debug-trycompile -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
300300
${{ needs.prepare.outputs.target-cmake-flags }} \
301301
-DLLVM_ENABLE_LIBXML2=FORCE_ON \
302-
-DLIBXML2_LIBRARIES=/c/vcpkg/packages/libxml2_x64-windows-static/lib/libxml2s.lib \
302+
-DLIBXML2_LIBRARIES=/c/vcpkg/packages/libxml2_x64-windows-static/lib/libxml2.lib \
303303
-DLIBXML2_INCLUDE_DIR=/c/vcpkg/packages/libxml2_x64-windows-static/include/libxml2 \
304304
-DLIBXML2_DEFINITIONS=-DLIBXML_STATIC \
305305
-C clang/cmake/caches/Release.cmake \

0 commit comments

Comments
 (0)