File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -298,6 +298,8 @@ jobs:
298298 - name : Configure
299299 id : build
300300 shell : bash
301+ env :
302+ LIBXML2_ROOT : /c/vcpkg/packages/libxml2_x64-windows-static/
301303 run : |
302304 #ls -l /c/vcpkg/packages/libxml2_x64-windows-static/
303305 #ls -l /c/vcpkg/packages/libxml2_x64-windows-static/lib/
@@ -309,8 +311,11 @@ jobs:
309311 # -DLIBXML2_LIBRARIES=/c/vcpkg/packages/libxml2_x64-windows-static/lib/libxml2.lib \
310312 # -DLIBXML2_INCLUDE_DIR=/c/vcpkg/packages/libxml2_x64-windows-static/include/libxml2 \
311313 # -DLIBXML2_DEFINITIONS=-DLIBXML_STATIC \
314+ #-DLibXml2_DIR=/c/vcpkg/packages/libxml2_x64-windows-static/share/libxml2/ \
312315 cmake -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
313316 ${{ needs.prepare.outputs.target-cmake-flags }} \
317+ -DLLVM_ENABLE_LIBXML2=FORCE_ON \
318+ -DCMAKE_FIND_PACKAGE_PREFER_CONFIG=ON \
314319 -C clang/cmake/caches/Release.cmake \
315320 -DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
316321
You can’t perform that action at this time.
0 commit comments