1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 00:38:44 +00:00

Linking error fixes

This commit is contained in:
twinaphex 2016-09-18 19:05:17 +02:00
parent b7526e9c61
commit f57e52b569

View File

@ -1150,8 +1150,7 @@ endif
ifeq ($(HAVE_COMPRESSION), 1)
DEFINES += -DHAVE_COMPRESSION
OBJ += libretro-common/file/archive_file.o \
tasks/task_decompress.o
OBJ += tasks/task_decompress.o
endif
#ifeq ($(HAVE_DIRECTX), 1)