mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
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:
parent
5564537510
commit
2c27c33da8
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ endif
|
||||||
ifeq ($(PLATFORM),DARWIN)
|
ifeq ($(PLATFORM),DARWIN)
|
||||||
ifneq ($(USE_LIBPNG),0)
|
ifneq ($(USE_LIBPNG),0)
|
||||||
OURCFLAGS+= -I/opt/local/include -I/usr/local/include
|
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
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue