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