Skip to content

Commit 41d13fb

Browse files
committed
Use LibXml2Dir
1 parent 7ee510e commit 41d13fb

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
@@ -310,7 +310,7 @@ jobs:
310310
${{ needs.prepare.outputs.target-cmake-flags }} \
311311
-DLLVM_ENABLE_LIBXML2=FORCE_ON \
312312
-DCMAKE_FIND_PACKAGE_PREFER_CONFIG=ON \
313-
-DCMAKE_PREFIX_PATH=/c/vcpkg/packages/libxml2_x64-windows-static/share/libxml2/ \
313+
-DLibXml2_DIR=/c/vcpkg/packages/libxml2_x64-windows-static/share/libxml2/ \
314314
-C clang/cmake/caches/Release.cmake \
315315
-DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
316316

0 commit comments

Comments
 (0)