Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Sokolov <pavel@tvip.ru>2022-09-30 11:57:23 +0300
committerPavel Sokolov <pavel@tvip.ru>2022-09-30 11:57:23 +0300
commitda8197d98dc001406450f42387be4a80e94f5178 (patch)
tree8cc66e7f910109f4db1e500d8e53aeaecbd7190f
parent72cbff436b1b7733ce0cb25b237dff9c9f1b1ffe (diff)
PlatformIO: Added `includeDir` to `build` section of the library.json.
This should allow LDF to find dependency in default (chain) mode without specifying it explicitly. ref #818
-rw-r--r--library.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/library.json b/library.json
index abcb4f9..f7c44d8 100644
--- a/library.json
+++ b/library.json
@@ -27,6 +27,7 @@
},
"build": {
"extraScript": "generator/platformio_generator.py",
+ "includeDir": "",
"srcDir": "",
"srcFilter": [
"+<*.c>"