feature:add "pthread_cond.c" to compile in posix module
This commit is contained in:
parent
424f7ad6dc
commit
0a22391490
|
@ -37,6 +37,7 @@ static_library("posix") {
|
||||||
"src/pthread_mutex.c",
|
"src/pthread_mutex.c",
|
||||||
"src/semaphore.c",
|
"src/semaphore.c",
|
||||||
"src/time.c",
|
"src/time.c",
|
||||||
|
"src/pthread_cond.c",
|
||||||
]
|
]
|
||||||
|
|
||||||
include_dirs = [
|
include_dirs = [
|
||||||
|
|
Loading…
Reference in New Issue