(samples/tasks/database) Define -DHAVE_COMPRESSION

This commit is contained in:
twinaphex 2018-04-10 05:28:58 +02:00
parent 25ab35b7d0
commit 5697a24946

View File

@ -100,7 +100,7 @@ SOURCES_C := \
$(LIBRETRO_COMM_DIR)/streams/file_stream.c \
$(LIBRETRO_COMM_DIR)/vfs/vfs_implementation.c
DEFINES = -DHAVE_LIBRETRODB
DEFINES = -DHAVE_LIBRETRODB -DHAVE_COMPRESSION
CFLAGS += $(DEFINES)
CXXFLAGS += $(DEFINES)