3DS: Fix build

This commit is contained in:
Vicki Pfau 2017-03-26 10:00:37 -07:00
parent 50a9f1a545
commit 5a3df717b3
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,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)