Add pthread to avoid static linkage issue (#188)

Add pthread to avoid static linkage issue

Signed-off-by: Kainan Cha <kainan.zha@verisilicon.com>
This commit is contained in:
Kainan Cha 2021-10-12 13:47:10 +08:00 committed by GitHub
parent 2df5932846
commit c4543c706f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
BUILD
View File

@ -20,7 +20,7 @@ cc_library(
cc_library(
name = "tim-vx_interface",
copts = ["-std=c++14", "-Werror", "-fvisibility=default"],
copts = ["-std=c++14", "-Werror", "-fvisibility=default", "-pthread"],
includes = [
"include",
"src/tim/vx",