build: Re-add pthread linking on linux

This commit is contained in:
Nicolas Dufresne 2016-07-06 13:57:00 -04:00 committed by Arun Raghavan
parent b8be6d1095
commit 7a37a8bca3

View File

@ -60,7 +60,7 @@ AS_CASE(["${host}"],
[
OS_CFLAGS="-DWEBRTC_LINUX -DWEBRTC_THREAD_RR"
PLATFORM_CFLAGS="-DWEBRTC_POSIX"
OS_LDFLAGS="-lrt"
OS_LDFLAGS="-lrt -lpthread"
HAVE_POSIX=1
],
[*-*darwin*],