CONFIGURE: Update for modern MinGW
This commit is contained in:
parent
a6d7c6c02a
commit
cd11950761
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -2780,7 +2780,7 @@ case $_host_os in
|
|||
;;
|
||||
mingw*)
|
||||
append_var DEFINES "-DWIN32"
|
||||
append_var DEFINES "-D__USE_MINGW_ANSI_STDIO=0"
|
||||
# append_var DEFINES "-D__USE_MINGW_ANSI_STDIO=0" # Modern MinGW does not need it
|
||||
append_var LDFLAGS "-static-libgcc -static-libstdc++"
|
||||
append_var LIBS "-lmingw32 -lwinmm -lgdi32"
|
||||
append_var OBJS "dists/scummvm.o"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue