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