configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fb26dc53132bdd298b323d81f030f27884a4e363
Author: Christian Lohmaier <[email protected]>
AuthorDate: Thu Oct 23 13:29:20 2025 +0200
Commit: Christian Lohmaier <[email protected]>
CommitDate: Fri Jan 23 12:37:31 2026 +0100
tdf#166803 – wsl-as-helper: fix cross-compilation to aarch64
649314399483331244538128149ebd0556166540 did fix building on aarch64
natively, but in turn broke cross-compilation
the problem in tdf#166803 is reproducible with VS2019, but not with
VS2022, but that cannot be installed on our old baseline and in turn
new baseline is using the wsl-as-helper method.
So the patch is needed on the branch as well.
Change-Id: I1c9a4eabe1489b3c4bab5c07cd1e62fe29992530
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192910
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <[email protected]>
(cherry picked from commit 7855c25da38686ddcccb7feb8410f04ed620bc34)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197803
diff --git a/configure.ac b/configure.ac
index e059721b2b96..94d1a2fd6fbc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15975,7 +15975,7 @@ AC_CONFIG_LINKS([include:include])
if test -n "$WSL_ONLY_AS_HELPER"; then
# while we configure in linux, we actually compile in "cygwin" (close
enough at least)
- build=$host
+ build=$build_cpu-$host_vendor-$host_os
PathFormat "$SRC_ROOT"
SRC_ROOT="$formatted_path"
PathFormat "$BUILDDIR"