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 7ee510e commit 41d13fbCopy full SHA for 41d13fb
.github/workflows/release-binaries.yml
@@ -310,7 +310,7 @@ jobs:
310
${{ needs.prepare.outputs.target-cmake-flags }} \
311
-DLLVM_ENABLE_LIBXML2=FORCE_ON \
312
-DCMAKE_FIND_PACKAGE_PREFER_CONFIG=ON \
313
- -DCMAKE_PREFIX_PATH=/c/vcpkg/packages/libxml2_x64-windows-static/share/libxml2/ \
+ -DLibXml2_DIR=/c/vcpkg/packages/libxml2_x64-windows-static/share/libxml2/ \
314
-C clang/cmake/caches/Release.cmake \
315
-DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
316
0 commit comments