Skip to content

Commit

Permalink
CONFIGURE: Update for modern MinGW
Browse files Browse the repository at this point in the history
Backported from scummvm/scummvm@cd11950
  • Loading branch information
ccawley2011 committed Nov 8, 2019
1 parent 43f491f commit dab07d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ case $_host_os in
;;
mingw*)
DEFINES="$DEFINES -DWIN32"
DEFINES="$DEFINES -D__USE_MINGW_ANSI_STDIO=0"
# append_var DEFINES "-D__USE_MINGW_ANSI_STDIO=0" # Modern MinGW does not need it
LDFLAGS="$LDFLAGS -static-libgcc -static-libstdc++"
LIBS="$LIBS -lmingw32 -lwinmm"
OBJS="$OBJS scummvmtoolswinres.o"
Expand Down

0 comments on commit dab07d8

Please sign in to comment.