Skip to content

Commit af3eb4d

Browse files
committed
Disable features
1 parent 90aed9f commit af3eb4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)