mirror of https://github.com/mgba-emu/mgba.git
3DS: Fix build
This commit is contained in:
parent
50a9f1a545
commit
5a3df717b3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue