Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit e44d733

Browse files
committed
Add an explicit dependency on checkprogsize target for the final binary
1 parent 403568d commit e44d733

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
@@ -108,6 +108,7 @@
108108
join("$BUILD_DIR", "${PROGNAME}"), [target_elf, target_hex]
109109
)
110110
)
111+
env.Depends(target_firm, "checkprogsize")
111112

112113
AlwaysBuild(env.Alias("nobuild", target_firm))
113114
target_buildprog = env.Alias("buildprog", target_firm, target_firm)

0 commit comments

Comments
 (0)