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 @@ -163,7 +163,7 @@ jobs:
163163 target_cmake_flags="$target_cmake_flags -DLLVM_ENABLE_LIBXML2=FORCE_ON"
164164 target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_LLVM_ENABLE_LIBXML2=FORCE_ON"
165165 target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_LLVM_ENABLE_LIBXML2=FORCE_ON"
166- target_cmake_flags="$target_cmake_flags -DCMAKE_PREFIX_PATH=$libxml2_prefix"
166+ # target_cmake_flags="$target_cmake_flags -DCMAKE_PREFIX_PATH=$libxml2_prefix"
167167 target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_CMAKE_PREFIX_PATH=$libxml2_prefix"
168168 target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_CMAKE_PREFIX_PATH=$libxml2_prefix"
169169 # This is required to enable static linking
@@ -301,6 +301,7 @@ jobs:
301301 ls -l /c/vcpkg/packages/libxml2_x64-windows/
302302 ls -l /c/vcpkg/packages/libxml2_x64-windows/lib/
303303 ls -l /c/vcpkg/packages/libxml2_x64-windows/include/
304+ ls -l /c/vcpkg/packages/libxml2_x64-windows/include/libxml2
304305 # There were some issues on the ARM64 MacOS runners with trying to build x86 object,
305306 # so we need to set some extra cmake flags to disable this.
306307 cmake -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
You can’t perform that action at this time.
0 commit comments