Fix mingw gcc name in build-test.sh

This commit is contained in:
Zack Middleton 2013-03-12 17:18:55 -05:00
parent dfbad1360f
commit 3698df37ef
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
failed=0;
# check if testing mingw
if [ "$CC" = "i686-w64-mingw-gcc" ]; then
if [ "$CC" = "i686-w64-mingw32-gcc" ]; then
MAKE=./cross-make-mingw.sh
else
MAKE=make