configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7855c25da38686ddcccb7feb8410f04ed620bc34
Author: Christian Lohmaier <[email protected]>
AuthorDate: Thu Oct 23 13:29:20 2025 +0200
Commit: Christian Lohmaier <[email protected]>
CommitDate: Thu Oct 23 19:15:46 2025 +0200
wsl-as-helper: fix cross-compilation to aarch64
649314399483331244538128149ebd0556166540 did fix building on aarch64
natively, but in turn broke cross-compilation
Change-Id: I1c9a4eabe1489b3c4bab5c07cd1e62fe29992530
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192910
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <[email protected]>
diff --git a/configure.ac b/configure.ac
index 3bfd26594641..f78ed1e1396f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16156,7 +16156,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"