Wii: Fix build on modern dkPPC

This commit is contained in:
Vicki Pfau 2018-02-10 23:12:00 -08:00
parent c8dacbb645
commit 0e738e8cc5
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL "Generic")
check_function_exists(uselocale HAVE_USELOCALE) check_function_exists(uselocale HAVE_USELOCALE)
check_function_exists(setlocale HAVE_SETLOCALE) check_function_exists(setlocale HAVE_SETLOCALE)
else() else()
if(DEFINED 3DS) if(DEFINED 3DS OR DEFINED WII)
check_function_exists(snprintf_l HAVE_SNPRINTF_L) check_function_exists(snprintf_l HAVE_SNPRINTF_L)
check_function_exists(strtof_l HAVE_STRTOF_L) check_function_exists(strtof_l HAVE_STRTOF_L)
check_function_exists(newlocale HAVE_NEWLOCALE) check_function_exists(newlocale HAVE_NEWLOCALE)