configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e1e5d17ba73cc24ce4649d88df1910bc0685888e
Author: Stephan Bergmann <[email protected]>
AuthorDate: Tue Apr 23 08:49:46 2024 +0200
Commit: Balazs Varga <[email protected]>
CommitDate: Wed Oct 2 19:43:26 2024 +0200
Don't hardcode build as x86_64 for WSL_ONLY_AS_HELPER
...to also make it work builds on aarch64
Change-Id: Ibc502b11eedceddb84481c2ad5d351bf8404c8cf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166501
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <[email protected]>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174247
Tested-by: Balazs Varga <[email protected]>
Reviewed-by: Balazs Varga <[email protected]>
diff --git a/configure.ac b/configure.ac
index bb5a2650f20b..1c4a25ca73f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15237,7 +15237,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="x86_64-pc-cygwin"
+ build=$host
PathFormat "$SRC_ROOT"
SRC_ROOT="$formatted_path"
PathFormat "$BUILDDIR"