Skip to content

Commit

Permalink
Fixed win32build.sh to not enable warnings (MXE is using an older GCC)
Browse files Browse the repository at this point in the history
  • Loading branch information
onpon4 committed Apr 2, 2020
1 parent 500969b commit b514433
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions win32build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit b514433

Please sign in to comment.