From 6a77032c083eda1994813cb76e96f3340a6ca0d1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 29 Aug 2015 06:05:40 +0200 Subject: [PATCH] Buildfix --- Makefile.common | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index bfe1b3e..787d33d 100644 --- a/Makefile.common +++ b/Makefile.common @@ -9,7 +9,6 @@ else SOURCES_C += \ $(CORE_DIR)/drivers/libretro/libretro.c \ $(CORE_DIR)/drivers/libretro/memstream.c \ - $(CORE_DIR)/drivers/libretro/crc32-zlib.c \ $(CORE_DIR)/cart.c \ $(CORE_DIR)/cheat.c \ $(CORE_DIR)/crc32.c \