File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ jobs:
284284 VCPKG_CMAKE_CONFIGURE_OPTIONS : -DLIBXML2_WITH_ZLIB=OFF -DLIBXML2_WITH_ICONV=OFF
285285 VCPKG_ENV_PASSTHROUGH : VCPKG_CMAKE_CONFIGURE_OPTIONS
286286 run : |
287- vcpkg install libxml2:x64-windows-static
287+ vcpkg install libxml2[core] :x64-windows-static
288288 #find / -iname 'libxml*.lib'
289289
290290 - name : Configure
@@ -301,6 +301,7 @@ jobs:
301301 cmake --debug-trycompile -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
302302 ${{ needs.prepare.outputs.target-cmake-flags }} \
303303 -DLLVM_ENABLE_LIBXML2=FORCE_ON \
304+ -DLIBXML2_LIBRARIES=/c/vcpkg/packages/libxml2_x64-windows-static/lib/libxml2.lib \
304305 -DLIBXML2_INCLUDE_DIR=/c/vcpkg/packages/libxml2_x64-windows-static/include/libxml2 \
305306 -DLIBXML2_DEFINITIONS=-DLIBXML_STATIC \
306307 -C clang/cmake/caches/Release.cmake \
You can’t perform that action at this time.
0 commit comments