fix: 修复M核上musl库缺失strdup,c的问题

close:#I3VZSI

Signed-off-by: li_zan <371442490@qq.com>
This commit is contained in:
li_zan 2021-06-17 19:35:57 +08:00
parent 491920548c
commit 139f83af39
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ static_library("posix") {
"src/pthread_mutex.c", "src/pthread_mutex.c",
"src/semaphore.c", "src/semaphore.c",
"src/time.c", "src/time.c",
"//third_party/musl/src/string/strdup.c",
] ]
include_dirs = [ include_dirs = [