all repos — mgba @ 277456b99aac7182ba8ad553691e2060c3b8d86d

mGBA Game Boy Advance Emulator

3DS: Fix build
Vicki Pfau vi@endrift.com
Sun, 26 Mar 2017 10:00:37 -0700
commit

277456b99aac7182ba8ad553691e2060c3b8d86d

parent

e1c158c49ad19139b8e9164bd7b2c1c0f6e66f70

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

jump to
M CMakeLists.txtCMakeLists.txt

@@ -290,6 +290,7 @@ check_function_exists(setlocale HAVE_SETLOCALE)

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)