@@ -157,7 +157,8 @@ jobs:
157157 # at Microsoft.Tools.WindowsInstallerXml.Cab.Interop.NativeMethods.CreateCabFinish(IntPtr contextHandle, IntPtr newCabNamesCallBackAddress)
158158 # at Microsoft.Tools.WindowsInstallerXml.Cab.WixCreateCab.Complete(IntPtr newCabNamesCallBackAddress)
159159 # at Microsoft.Tools.WindowsInstallerXml.CabinetBuilder.CreateCabinet(CabinetWorkItem cabinetWorkItem)
160- libxml2_prefix="/c/vcpkg/packages/libxml2_x64-windows/"
160+ #libxml2_prefix="/c/vcpkg/packages/libxml2_x64-windows/"
161+ libxml2_prefix="/s/libxml-install/"
161162 target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_LTO=OFF"
162163 target_cmake_flags="$target_cmake_flags -DLLVM_ENABLE_LIBXML2=FORCE_ON"
163164 target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_LLVM_ENABLE_LIBXML2=FORCE_ON"
@@ -177,7 +178,7 @@ jobs:
177178 target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_LIBXML2_LIBRARIES=$libxml_prefix/lib/libxml2s.lib"
178179 target_cmake_flags="$target_cmake_flags -DLIBXML2_INCLUDE_DIR=$libxml_prefix/include/libxml2"
179180 target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_LIBXML2_INCLUDE_DIR=$libxml_prefix/include/libxml2"
180- target_cmake_flags="$target_cmake_flags -DBOOTRTRAP_BOOTSTRAP_LIBXML2_INCLUDE_DIR =$libxml_prefix/include/libxml2"
181+ target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_LIBXML2_INCLUDE_DIR =$libxml_prefix/include/libxml2"
181182 fi
182183
183184 echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
@@ -263,7 +264,7 @@ jobs:
263264 dotnet tool install --global wix
264265
265266 - name : Install libxml2 for Windows
266- if : runner.os == 'Windows' && false
267+ if : runner.os == 'Windows'
267268 run : |
268269 # Build libxml2 for windows
269270 curl -O https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.12/libxml2-v2.9.12.tar.gz
0 commit comments