Skip to content

Commit 3e21962

Browse files
committed
XXX: Config mode
1 parent f0cd431 commit 3e21962

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ jobs:
309309
${{ needs.prepare.outputs.target-cmake-flags }} \
310310
-DLLVM_ENABLE_LIBXML2=FORCE_ON \
311311
-DLIBXML2_DEFINITIONS=-DLIBXML_STATIC \
312-
-DCMAKE_PREFIX_PATH=/c/vcpkg/packages/libxml2_x64-windows-static/share/ \
312+
-DCMAKE_FIND_PACKAGE_PREFER_CONFIG=ON \
313+
-DCMAKE_PREFIX_PATH=/c/vcpkg/packages/libxml2_x64-windows-static/share/libxml2/ \
313314
-C clang/cmake/caches/Release.cmake \
314315
-DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
315316

0 commit comments

Comments
 (0)