mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Revert "Use C99 stdio in mingw, yay" :\
This reverts commit de8bc62474
.
This commit is contained in:
parent
de8bc62474
commit
c55ce543c2
@ -28,7 +28,7 @@ endif
|
||||
libsnes ?= -lsnes
|
||||
|
||||
LIBS = -lm -lshlwapi
|
||||
DEFINES = -I. -DHAVE_CONFIGFILE -D__USE_MINGW_ANSI_STDIO=1
|
||||
DEFINES = -I. -DHAVE_CONFIGFILE
|
||||
LDFLAGS = -L. -static-libgcc -s
|
||||
LDCXXFLAGS = -static-libstdc++
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user