OSX: Use static zlib library again
This commit is contained in:
parent
529f07e79b
commit
f6c84f857b
1 changed files with 1 additions and 1 deletions
2
ports.mk
2
ports.mk
|
@ -110,7 +110,7 @@ OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libfaad.a
|
|||
endif
|
||||
|
||||
ifdef USE_ZLIB
|
||||
OSX_ZLIB ?= -lz
|
||||
OSX_ZLIB ?= $(STATICLIBPATH)/lib/libz.a
|
||||
endif
|
||||
|
||||
ifdef USE_SPARKLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue