From bb5cf0fcf7abafa7648734696320d5fa3bdb1e0a Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 23 Sep 2011 20:51:07 +0300 Subject: get rid of hard libbz2 dependency it just keeps getting in my way when trying to run this elsewhere. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a7b278..fa1f673 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ TARGET = pcsx ARCH = $(shell $(CC) -v 2>&1 | grep -i 'target:' | awk '{print $$2}' | awk -F '-' '{print $$1}') CFLAGS += -Wall -ggdb -Ifrontend -ffast-math -LDFLAGS += -lz -lpthread -ldl -lpng -lbz2 +LDFLAGS += -lz -lpthread -ldl -lpng ifndef DEBUG CFLAGS += -O2 -DNDEBUG endif -- cgit v1.2.3