From 4b431f334018eaef2cf36de3316025c68c922915 Mon Sep 17 00:00:00 2001 From: Tamar Christina Date: Sun, 8 Sep 2019 23:11:19 +0100 Subject: Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6fddd04bb0..f1c926903c 100644 --- a/configure.ac +++ b/configure.ac @@ -329,7 +329,7 @@ then if test "$HostArch" = "i386" then mingw_arch="i686" - tarball_dest_dir="mingw-w64/x86" + tarball_dest_dir="mingw-w64/i686" tarball_mingw_dir="mingw32" else mingw_arch="x86_64" -- cgit v1.2.1