mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
bugfix: Add src/include path in component.mk
This commit is contained in:
parent
ea1ea85a49
commit
cb59a9492d
@ -1,5 +1,6 @@
|
|||||||
COMPONENT_ADD_INCLUDEDIRS := include/$(IDF_TARGET) \
|
COMPONENT_ADD_INCLUDEDIRS := include/$(IDF_TARGET) \
|
||||||
esp-tts/esp_tts_chinese/include \
|
esp-tts/esp_tts_chinese/include \
|
||||||
|
src/include \
|
||||||
|
|
||||||
COMPONENT_SRCDIRS := src
|
COMPONENT_SRCDIRS := src
|
||||||
|
|
||||||
@ -11,4 +12,4 @@ LIBS := $(patsubst lib%.a,-l%,$(LIB_FILES))
|
|||||||
|
|
||||||
COMPONENT_ADD_LDFLAGS += -L$(COMPONENT_PATH)/lib/$(IDF_TARGET) \
|
COMPONENT_ADD_LDFLAGS += -L$(COMPONENT_PATH)/lib/$(IDF_TARGET) \
|
||||||
-L$(COMPONENT_PATH)/esp-tts \
|
-L$(COMPONENT_PATH)/esp-tts \
|
||||||
$(LIBS)
|
$(LIBS)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user