Skip to content

Update build-w32.sh -- force the script to exit if mxe cannot be compiled

neoh4x0r requested to merge (removed):patch-1 into next

Nothing can be cross compiled without building MXE and if it fails to build then the script should exit.

Reference this issue: http://forum.voxelands.com/viewtopic.php?pid=2936#p2936

Where this error is returned: [code] /root/voxelands/util/mxe/usr/bin/i686-pc-mingw32.static-gcc: Command not found [/code]

i686-pc-mingw32.static-gcc was not built probably because mxe failed to compile but did not stop.

Merge request reports