Skip to content

Commit 3c07573

Browse files
committed
Try to fix libxml detection
1 parent dde675f commit 3c07573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
# at Microsoft.Tools.WindowsInstallerXml.Cab.WixCreateCab.Complete(IntPtr newCabNamesCallBackAddress)
167167
# at Microsoft.Tools.WindowsInstallerXml.CabinetBuilder.CreateCabinet(CabinetWorkItem cabinetWorkItem)
168168
target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_LTO=OFF"
169-
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_LIBXML2_INCLUDE_DIR=/s/libxml-install/include/libxml2 -DBOOTSTRAP_LIBXML2_LIBRARIES=/s/libxml-install/lib/libxml2s.lib -DBOOTSTRAP_BOOTSTRAP_LIBXML2_INCLUDE_DIR=/s/libxml-install/include/libxml2 -DBOOTSTRAP_BOOTSTRAP_LIBXML2_LIBRARIES=/s/libxml-install/lib/libxml2s.lib"
169+
target_cmake_flags="$target_cmake_flags -DLibXml2_DIR=/s/libxml-install/lib/cmake/libxml2-2.9.10/ -DLLVM_ENABLE_LIBXML2=FORCE"
170170
fi
171171
172172
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)