mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Typo fix
This commit is contained in:
@ -54,7 +54,7 @@ def _dump_includes(env):
|
|||||||
includes.append(unity_dir)
|
includes.append(unity_dir)
|
||||||
|
|
||||||
includes.extend(
|
includes.extend(
|
||||||
env.subst("$PROJECTINCLUDE_DIR"), env.subst("$PROJECTSRC_DIR"))
|
[env.subst("$PROJECTINCLUDE_DIR"), env.subst("$PROJECTSRC_DIR")])
|
||||||
|
|
||||||
# remove duplicates
|
# remove duplicates
|
||||||
result = []
|
result = []
|
||||||
|
Reference in New Issue
Block a user