Skip to content

Commit 4bf3e5f

Browse files
committed
Fix xml paths
1 parent fb452d5 commit 4bf3e5f

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 -DLIBXML2_INCLUDE_DIR=${{github.workspace}}/libxml2-v2.9.12/install/include/libxml2 -DLIBXML2_LIBRARIES=${{github.workspace}}/libxml2-v2.9.12/install/lib/libxml2s.lib"
169+
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_LIBXML2_INCLUDE_DIR=/s/libxml2-v2.9.12/install/include/libxml2 -DBOOTSTRAP_LIBXML2_LIBRARIES=/s/libxml2-v2.9.12/install/lib/libxml2s.lib -DBOOTSTRAP_BOOTSTRAP_LIBXML2_INCLUDE_DIR=/s/libxml2-v2.9.12/install/include/libxml2 -DBOOTSTRAP_BOOTSTRAP_LIBXML2_LIBRARIES=/s/libxml2-v2.9.12/install/lib/libxml2s.lib"
170170
fi
171171
172172
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)