Skip to content

Commit 05111bb

Browse files
committed
fix case where library source subfolders are not compiled when used as component
1 parent bad5390 commit 05111bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARDUINO_CORE_LIBS := $(patsubst $(COMPONENT_PATH)/%,%,$(sort $(dir $(wildcard $(COMPONENT_PATH)/libraries/*/*/))))
1+
ARDUINO_CORE_LIBS := $(patsubst $(COMPONENT_PATH)/%,%,$(sort $(dir $(wildcard $(COMPONENT_PATH)/libraries/*/*/*/))))
22

33
COMPONENT_ADD_INCLUDEDIRS := cores/esp32 variants/esp32 $(ARDUINO_CORE_LIBS)
44
COMPONENT_PRIV_INCLUDEDIRS := cores/esp32/libb64

0 commit comments

Comments
 (0)