kopia lustrzana https://github.com/espressif/esp-idf
pthread: Use INTERFACE in target_link_libraries for vPortCleanUpTCB wrapper
rodzic
178c7c2e82
commit
4a83b488a8
|
@ -8,7 +8,7 @@ list(APPEND extra_link_flags "-u pthread_include_pthread_cond_impl")
|
|||
list(APPEND extra_link_flags "-u pthread_include_pthread_local_storage_impl")
|
||||
|
||||
if(CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP)
|
||||
target_link_libraries(${COMPONENT_LIB} "-Wl,--wrap=vPortCleanUpTCB")
|
||||
target_link_libraries(${COMPONENT_LIB} INTERFACE "-Wl,--wrap=vPortCleanUpTCB")
|
||||
endif()
|
||||
|
||||
if(extra_link_flags)
|
||||
|
|
Ładowanie…
Reference in New Issue