Makefile: Link to libz on OS X like on Windows.

git-svn-id: https://svn.eduke32.com/eduke32@2510 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2012-03-20 19:33:24 +00:00
parent 5564537510
commit 2c27c33da8
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ endif
ifeq ($(PLATFORM),DARWIN)
ifneq ($(USE_LIBPNG),0)
OURCFLAGS+= -I/opt/local/include -I/usr/local/include
LIBS+= -L/opt/local/lib -L/usr/local/lib -lpng
LIBS+= -L/opt/local/lib -L/usr/local/lib -lpng -lz
endif
endif