Skip to content

Commit 9115199

Browse files
committed
Fixes
1 parent 4474932 commit 9115199

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)