fix: 修复M核上musl库缺失strdup,c的问题
close:#I3VZSI Signed-off-by: li_zan <371442490@qq.com>
This commit is contained in:
parent
491920548c
commit
139f83af39
|
@ -38,6 +38,7 @@ static_library("posix") {
|
|||
"src/pthread_mutex.c",
|
||||
"src/semaphore.c",
|
||||
"src/time.c",
|
||||
"//third_party/musl/src/string/strdup.c",
|
||||
]
|
||||
|
||||
include_dirs = [
|
||||
|
|
Loading…
Reference in New Issue