all repos — mgba @ 0e738e8cc53ccc11e5392154db8fbdb2d5beaf4b

mGBA Game Boy Advance Emulator

Wii: Fix build on modern dkPPC
Vicki Pfau vi@endrift.com
Sat, 10 Feb 2018 23:12:00 -0800
commit

0e738e8cc53ccc11e5392154db8fbdb2d5beaf4b

parent

c8dacbb6456682351c90b8424966ab466a4fb6e9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -317,7 +317,7 @@ check_function_exists(freelocale HAVE_FREELOCALE)

check_function_exists(uselocale HAVE_USELOCALE) check_function_exists(setlocale HAVE_SETLOCALE) else() - if(DEFINED 3DS) + if(DEFINED 3DS OR DEFINED WII) check_function_exists(snprintf_l HAVE_SNPRINTF_L) check_function_exists(strtof_l HAVE_STRTOF_L) check_function_exists(newlocale HAVE_NEWLOCALE)