8000 fix case where library source subfolders are not compiled when used a… · rmshub/arduino-esp32@05111bb · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)
0