build: Re-add pthread linking on linux
This commit is contained in:
parent
b8be6d1095
commit
7a37a8bca3
@ -60,7 +60,7 @@ AS_CASE(["${host}"],
|
|||||||
[
|
[
|
||||||
OS_CFLAGS="-DWEBRTC_LINUX -DWEBRTC_THREAD_RR"
|
OS_CFLAGS="-DWEBRTC_LINUX -DWEBRTC_THREAD_RR"
|
||||||
PLATFORM_CFLAGS="-DWEBRTC_POSIX"
|
PLATFORM_CFLAGS="-DWEBRTC_POSIX"
|
||||||
OS_LDFLAGS="-lrt"
|
OS_LDFLAGS="-lrt -lpthread"
|
||||||
HAVE_POSIX=1
|
HAVE_POSIX=1
|
||||||
],
|
],
|
||||||
[*-*darwin*],
|
[*-*darwin*],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user