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 8796e55 commit ae13408Copy full SHA for ae13408
builder/main.py
@@ -97,6 +97,7 @@
97
else:
98
target_elf = env.BuildProgram()
99
target_firm = env.ElfToBin(join("$BUILD_DIR", "${PROGNAME}"), target_elf)
100
+ env.Depends(target_firm, "checkprogsize")
101
102
AlwaysBuild(env.Alias("nobuild", target_firm))
103
target_buildprog = env.Alias("buildprog", target_firm, target_firm)
0 commit comments