From ab8a02e22cc864c2c3d1f6663b8fe81a91cee10a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 7 Apr 2016 03:39:02 +0200 Subject: [PATCH] Update Makefile.common --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 6f8233f..12986c8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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)