Permalink
Browse files

Wii: Fix build on modern dkPPC

  • Loading branch information...
endrift committed Feb 11, 2018
1 parent c8dacbb commit 0e738e8cc53ccc11e5392154db8fbdb2d5beaf4b
Showing with 1 addition and 1 deletion.
  1. +1 −1 CMakeLists.txt
View
@@ -317,7 +317,7 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL "Generic")
check_function_exists(uselocale HAVE_USELOCALE)
check_function_exists(setlocale HAVE_SETLOCALE)
else()
- if(DEFINED 3DS)
+ if(DEFINED 3DS OR DEFINED WII)
check_function_exists(snprintf_l HAVE_SNPRINTF_L)
check_function_exists(strtof_l HAVE_STRTOF_L)
check_function_exists(newlocale HAVE_NEWLOCALE)

0 comments on commit 0e738e8

Please sign in to comment.