mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-05 09:07:34 -05:00
use ansi stdio on mingw host too
This commit is contained in:
parent
e952463476
commit
c108162819
|
|
@ -155,7 +155,7 @@ case $PLATFORM in
|
|||
fi
|
||||
;;
|
||||
MINGW32* )
|
||||
cppflags="-D__USE_MINGW_ACCESS"
|
||||
cppflags="-D__USE_MINGW_ACCESS -D__USE_MINGW_ANSI_STDIO=1"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user