]> granicus.if.org Git - esp-idf/commit
Add space between -I and path for CPPFLAGS
authorAlexander Sparkowsky <info@roamingthings.de>
Sun, 7 Jan 2018 12:25:37 +0000 (13:25 +0100)
committerAngus Gratton <gus@projectgus.com>
Mon, 8 Jan 2018 02:34:26 +0000 (13:34 +1100)
commit77adf857225ea0376968bcd09e488a3a7c0f6739
tree1472fd5a073563e7d261abaaba352132294a57e7
parentf9ad17eee45e6fb6c48ef72f8ff8aa1480bb2453
Add space between -I and path for CPPFLAGS

In order for the Eclipse CDT GCC Build Output Parser to be able to
pick up the include paths for C++/cpp files a space is required
between the compiler option (-I) and the actual path.

Merges https://github.com/espressif/esp-idf/pull/1474
make/component_wrapper.mk