Fixed win32build.sh to not enable warnings (MXE is using an older GCC)
This commit is contained in:
parent
500969b4a8
commit
b51443368c
|
@ -7,7 +7,6 @@
|
|||
# Helper script to cross-compile for Windows with MXE.
|
||||
# Note: Before running, be sure to add the MXE usr/bin location to PATH.
|
||||
|
||||
export SF_RUN_IN_PLACE=1
|
||||
./configure --host=i686-w64-mingw32.static
|
||||
./configure --host=i686-w64-mingw32.static SF_RUN_IN_PLACE=1 SF_NOWARN=1
|
||||
make
|
||||
mv src/starfighter.exe .
|
||||
|
|
Loading…
Reference in New Issue