Skip to content

Commit

Permalink
Merge pull request #5315 from ensra/master
Browse files Browse the repository at this point in the history
Fix db build
  • Loading branch information
inactive123 committed Aug 17, 2017
2 parents e56250c + 4dcb151 commit e3818d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libretro-db/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ C_CONVERTER_C = \
$(LIBRETRO_COMM_DIR)/hash/rhash.c \
$(LIBRETRO_COMM_DIR)/compat/compat_fnmatch.c \
$(LIBRETRO_COMM_DIR)/string/stdstring.c \
$(LIBRETRO_COMM_DIR)/encodings/encoding_utf.c \
$(LIBRETRO_COMMON_C) \
$(LIBRETRO_COMM_DIR)/compat/compat_strl.c

Expand All @@ -38,6 +39,7 @@ RARCHDB_TOOL_C = \
$(LIBRETRODB_DIR)/libretrodb.c \
$(LIBRETRO_COMM_DIR)/compat/compat_fnmatch.c \
$(LIBRETRO_COMM_DIR)/string/stdstring.c \
$(LIBRETRO_COMM_DIR)/encodings/encoding_utf.c \
$(LIBRETRO_COMMON_C) \
$(LIBRETRO_COMM_DIR)/compat/compat_strl.c

Expand Down

0 comments on commit e3818d5

Please sign in to comment.