Skip to content

Commit 319f625

Browse files
committed
Add an explicit dependency on checkprogsize target for the final binary
1 parent c3f8794 commit 319f625

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
@@ -98,6 +98,7 @@
9898
else:
9999
target_elf = env.BuildProgram()
100100
target_firm = env.ElfToBin(join("$BUILD_DIR", "${PROGNAME}"), target_elf)
101+
env.Depends(target_firm, "checkprogsize")
101102

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

0 commit comments

Comments
 (0)