We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9859403 commit 63fd721Copy full SHA for 63fd721
3rdParty/libfmt/CMakeLists.txt
@@ -32,3 +32,8 @@ endif()
32
if(TARGET_PLATFORM STREQUAL "rg99")
33
target_compile_definitions(fmt PUBLIC FMT_BUILTIN_TYPES=0)
34
endif()
35
+
36
+# https://github.com/fmtlib/fmt/issues/4189
37
+if(NINTENDO_3DS OR NINTENDO_SWITCH OR VITA)
38
+ target_compile_definitions(fmt PUBLIC FMT_USE_FALLBACK_FILE=1)
39
+endif()
0 commit comments