afdf4a9b75
We don't want to maintain kodi 18.x into eternity (which would start
with patching it correctly for libfmt.so.8), and, as explained in
9f8647640b
, current kodi can't be built
for rpi specifically anymore. We will assume normal kodi is enough.
7 lines
212 B
Diff
7 lines
212 B
Diff
--- a/xbmc/utils/StringUtils.h 2021-02-19 02:17:59.000000000 +0400
|
|
+++ b/xbmc/utils/StringUtils.h 2021-07-29 01:23:03.569130175 +0400
|
|
@@ -39,0 +40,4 @@
|
|
+#if FMT_VERSION >= 80000
|
|
+#include <fmt/xchar.h>
|
|
+#endif
|
|
+
|