Bug 813746. Link the webrtc unit tests to ZLIB as needed. r=bz

This commit is contained in:
Boris Zbarsky 2012-11-21 02:16:03 -05:00
parent da38e3c356
commit c0c2b72765

View File

@ -97,6 +97,10 @@ LOCAL_INCLUDES += \
$(NULL)
ifneq ($(OS_TARGET),WINNT)
ifdef JS_SHARED_LIBRARY
LIBS += $(MOZ_ZLIB_LIBS)
endif
CPP_UNIT_TESTS = \
signaling_unittests.cpp \
mediapipeline_unittest.cpp \