From 5a3df717b344fd75dcb0326c9bda250b856cc0f8 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Sun, 26 Mar 2017 10:00:37 -0700 Subject: [PATCH] 3DS: Fix build --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ff91eedb..9c42bf655 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)