mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Unset COMPONENT_ADD_INCLUDEDIRS in cxx component to fix C++ -Wmissing-include-dirs warning
Merges https://github.com/espressif/esp-idf/pull/1956
This commit is contained in:
parent
5ed2d79572
commit
d3b0e0e3fd
@ -9,3 +9,4 @@ ifndef CONFIG_CXX_EXCEPTIONS
|
|||||||
COMPONENT_ADD_LDFLAGS += -u __cxx_fatal_exception
|
COMPONENT_ADD_LDFLAGS += -u __cxx_fatal_exception
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
COMPONENT_ADD_INCLUDEDIRS =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user