Skip to content

Commit ae13408

Browse files
committed
Add an explicit dependency on checkprogsize target for the final binary
1 parent 8796e55 commit ae13408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
else:
9898
target_elf = env.BuildProgram()
9999
target_firm = env.ElfToBin(join("$BUILD_DIR", "${PROGNAME}"), target_elf)
100+
env.Depends(target_firm, "checkprogsize")
100101

101102
AlwaysBuild(env.Alias("nobuild", target_firm))
102103
target_buildprog = env.Alias("buildprog", target_firm, target_firm)

0 commit comments

Comments
 (0)