Skip to content

Commit

Permalink
OSX: Use static zlib library again
Browse files Browse the repository at this point in the history
  • Loading branch information
vinterstum committed Jan 14, 2012
1 parent ce0061d commit 3936e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3936e47

Please sign in to comment.