8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8289f34 commit 161a224Copy full SHA for 161a224
component.mk
@@ -1,4 +1,4 @@
1
-ARDUINO_CORE_LIBS := $(wildcard libraries/*/src)
+ARDUINO_CORE_LIBS := $(patsubst $(COMPONENT_PATH)/%,%,$(wildcard $(COMPONENT_PATH)/libraries/*/src))
2
3
COMPONENT_ADD_INCLUDEDIRS := cores/esp32 variants/esp32 $(ARDUINO_CORE_LIBS)
4
COMPONENT_PRIV_INCLUDEDIRS := cores/esp32/libb64
0 commit comments