Update Makefile.common

This commit is contained in:
twinaphex
2016-04-07 03:39:02 +02:00
parent 3e12850dd6
commit ab8a02e22c

View File

@@ -31,7 +31,7 @@ SOURCES_C += \
ifeq ($(STATIC_LINKING),1)
else
SOURCES_C += $(CORE_DIR)/drivers/libretro/libretro-common/streams/memstream.c
SOURCES_C += $(CORE_DIR)/drivers/libretro/libretro-common/streams/memory_stream.c
endif
ifeq ($(DEBUG),1)