diff options
-rwxr-xr-x | build-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-test.sh b/build-test.sh index d40587bf..432e9626 100755 --- a/build-test.sh +++ b/build-test.sh @@ -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 |