mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 813746. Link the webrtc unit tests to ZLIB as needed. r=bz
This commit is contained in:
parent
da38e3c356
commit
c0c2b72765
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user