We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e56250c + 4dcb151 commit e3818d5Copy full SHA for e3818d5
libretro-db/Makefile
@@ -24,6 +24,7 @@ C_CONVERTER_C = \
24
$(LIBRETRO_COMM_DIR)/hash/rhash.c \
25
$(LIBRETRO_COMM_DIR)/compat/compat_fnmatch.c \
26
$(LIBRETRO_COMM_DIR)/string/stdstring.c \
27
+ $(LIBRETRO_COMM_DIR)/encodings/encoding_utf.c \
28
$(LIBRETRO_COMMON_C) \
29
$(LIBRETRO_COMM_DIR)/compat/compat_strl.c
30
@@ -38,6 +39,7 @@ RARCHDB_TOOL_C = \
38
39
$(LIBRETRODB_DIR)/libretrodb.c \
40
41
42
43
44
45
0 commit comments