File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -276,14 +276,13 @@ jobs:
276276 shell : bash
277277 run : |
278278 ls -l /c/vcpkg/packages/libxml2_x64-windows/
279+ ls -l /c/vcpkg/packages/libxml2_x64-windows/lib/
279280 # There were some issues on the ARM64 MacOS runners with trying to build x86 object,
280281 # so we need to set some extra cmake flags to disable this.
281282 cmake -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
282283 ${{ needs.prepare.outputs.target-cmake-flags }} \
283284 -C clang/cmake/caches/Release.cmake \
284285 -DCMAKE_PREFIX_PATH=/c/vcpkg/packages/libxml2_x64-windows/ \
285- -DCMAKE_CXX_FLAGS=-DLIBXML_STATIC \
286- -DCMAKE_C_FLAGS=-DLIBXML_STATIC \
287286 -DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
288287
289288 - name : Build
You can’t perform that action at this time.
0 commit comments