3DS: Fix build

This commit is contained in:
Vicki Pfau 2017-03-26 10:00:37 -07:00
parent e1c158c49a
commit 277456b99a
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL "Generic")
else()
if(DEFINED 3DS)
check_function_exists(snprintf_l HAVE_SNPRINTF_L)
check_function_exists(strtof_l HAVE_STRTOF_L)
check_function_exists(newlocale HAVE_NEWLOCALE)
check_function_exists(freelocale HAVE_FREELOCALE)
check_function_exists(uselocale HAVE_USELOCALE)