From 9d53ced8c99ea86329b68e29e89af5487a2be811 Mon Sep 17 00:00:00 2001 From: Zachary Slater Date: Tue, 19 Oct 2010 06:48:02 +0000 Subject: [PATCH] the dishes, and Bugzilla bug 4780 are DONE. --- cross-make-mingw.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cross-make-mingw.sh b/cross-make-mingw.sh index c6dbe377..604ced10 100755 --- a/cross-make-mingw.sh +++ b/cross-make-mingw.sh @@ -3,4 +3,8 @@ export CC=i586-mingw32msvc-gcc export WINDRES=i586-mingw32msvc-windres export PLATFORM=mingw32 +if [ !$ARCH ] +then +export ARCH=x86 +fi exec make $*