aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorretro-wertz2019-03-26 12:56:04 +0800
committerretro-wertz2019-03-26 12:56:04 +0800
commitbab9a272f3873513faeddc6aceb99c5627aa31d8 (patch)
treec8e7a57c17e1bfca16fe15b8c92584374ca392b1 /Makefile
parent9c22d064d2b745b7484b8c10927c808bdf1133e9 (diff)
downloadpcsx_rearmed-bab9a272f3873513faeddc6aceb99c5627aa31d8.tar.gz
pcsx_rearmed-bab9a272f3873513faeddc6aceb99c5627aa31d8.tar.bz2
pcsx_rearmed-bab9a272f3873513faeddc6aceb99c5627aa31d8.zip
Fix missing embedded zlib, remove unneeded zlib files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 89eba31..83f7799 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,7 @@ OBJS += libpcsxcore/cdriso.o libpcsxcore/cdrom.o libpcsxcore/cheat.o libpcsxcore
libpcsxcore/sio.o libpcsxcore/socket.o libpcsxcore/spu.o
OBJS += libpcsxcore/gte.o libpcsxcore/gte_nf.o libpcsxcore/gte_divider.o
ifeq ($(WANT_ZLIB),1)
+CFLAGS += -Ideps/zlib
OBJS += deps/zlib/adler32.o \
deps/zlib/compress.o \
deps/zlib/crc32.o \