fix(pthread): fixed pthread_condvar linker hook

This commit is contained in:
Jakob Hasse
2023-09-11 17:45:10 +08:00
parent e9371ded86
commit 01ac40fd19

View File

@@ -4,7 +4,7 @@ idf_component_register(SRCS "pthread.c"
INCLUDE_DIRS include)
set(extra_link_flags "-u pthread_include_pthread_impl")
list(APPEND extra_link_flags "-u pthread_include_pthread_cond_impl")
list(APPEND extra_link_flags "-u pthread_include_pthread_cond_var_impl")
list(APPEND extra_link_flags "-u pthread_include_pthread_local_storage_impl")
if(CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP)