mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
make some squeezelite symbol weak to force removal from recovery during link
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
idf_component_register(SRCS operator.cpp tools.c trace.c
|
||||
REQUIRES esp_common pthread
|
||||
idf_component_register( SRCS operator.cpp tools.c trace.c
|
||||
REQUIRES esp_common pthread
|
||||
INCLUDE_DIRS .
|
||||
)
|
||||
)
|
||||
|
||||
#doing our own implementation of new operator for some pre-compiled binaries
|
||||
target_link_libraries(${COMPONENT_LIB} INTERFACE "-u _ZdlPv")
|
||||
|
||||
Reference in New Issue
Block a user