We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d2db9 commit 67c00f3Copy full SHA for 67c00f3
1 file changed
platformio-build.py
@@ -20,5 +20,7 @@
20
p = projenv.subst(p)
21
if os.path.isfile(os.path.join(p, "unity_config.h")):
22
env.Prepend(CPPPATH=[p])
23
+ # Stop at the first unity_config.h found to include.
24
+ break
25
except:
26
pass
0 commit comments