Actually really force 32bit this time

This commit is contained in:
Ben "root" Anderson
2013-10-25 02:46:09 -05:00
parent 7a1b2faff7
commit d6e8e10615
+1
View File
@@ -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")