From d6e8e106155ecf3b541c7128da331340a8dacf9f Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Fri, 25 Oct 2013 02:46:09 -0500 Subject: [PATCH] Actually really force 32bit this time --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 6c903b7b13..afbc5ff740 100644 --- a/configure.ac +++ b/configure.ac @@ -29,6 +29,7 @@ if test "$host_os" = "mingw32"; then LDFLAGS="$LDFLAGS -L$PWD/extern/for_mingw/lib" # HACK: The prebuilts are 32bit only. Force the issue. CFLAGS="$CFLAGS -m32" + CXXFLAGS="$CXXFLAGS -m32" fi AM_CONDITIONAL(WITH_TTY, test "$with_tty" = "yes")