mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
bugfix: Remove Multiply definition 'print_afe_info'
This commit is contained in:
parent
8b81d86374
commit
63c4781c06
@ -50,8 +50,8 @@ elseif(${IDF_TARGET} STREQUAL "esp32s2")
|
|||||||
)
|
)
|
||||||
|
|
||||||
register_component()
|
register_component()
|
||||||
target_link_libraries(${COMPONENT_TARGET} "-L ${CMAKE_CURRENT_SOURCE_DIR}/esp-tts/esp_tts_chinese/esp32s2")
|
target_link_libraries(${COMPONENT_TARGET} INTERFACE "-L ${CMAKE_CURRENT_SOURCE_DIR}/esp-tts/esp_tts_chinese/esp32s2")
|
||||||
target_link_libraries(${COMPONENT_TARGET} "-Wl,--start-group"
|
target_link_libraries(${COMPONENT_TARGET} INTERFACE "-Wl,--start-group"
|
||||||
esp_tts_chinese
|
esp_tts_chinese
|
||||||
voice_set_xiaole
|
voice_set_xiaole
|
||||||
"-Wl,--end-group")
|
"-Wl,--end-group")
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user