Add check that mingw gcc is installed when making release
This commit is contained in:
parent
ec91de75b7
commit
6b4d9d7bfa
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ else
|
|||
zip=zip
|
||||
fi
|
||||
extraconfigureoptions="--host=i586-mingw32msvc --build=i686-linux"
|
||||
echo "Checking that mingw gcc is installed/available"
|
||||
i586-mingw32msvc-gcc --version || exit 1
|
||||
i586-mingw32msvc-g++ --version || exit 1
|
||||
else
|
||||
if test "$cygwin"; then
|
||||
echo "Building native Windows executable on Cygwin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue