mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-26 04:26:06 -05:00
use ansi stdio on mingw host too
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user