Skip to content
Commit 8ef7e5b7 authored by Tomasz Figa's avatar Tomasz Figa Committed by Emil Velikov
Browse files

tests: Use -pthread in CFLAGS instead of -lpthread



-lpthread is not always a valid flag to pull pthread support, especially
on Android it will fail to link due to a missing libpthread.so. The more
generic way to build-in pthread support is to use the -pthread CFLAG, so
let's use it instead.

Signed-off-by: default avatarTomasz Figa <tfiga@chromium.org>
[Emil Velikov: rebase on top of previous commit]
Signed-off-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
parent 58459a57
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment