!192 修复M核上musl库缺失strdup.c的问题
Merge pull request !192 from li_zan/master
This commit is contained in:
commit
0247e421c7
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in New Issue