Update ab.

This commit is contained in:
David Given
2025-08-27 02:10:08 +02:00
parent a1e2191ad5
commit 1bdb093319
3 changed files with 7 additions and 2 deletions

View File

@@ -429,7 +429,7 @@ def programimpl(
simplerule(
replaces=self,
ins=cfiles + libs,
outs=[f"={self.localname}$(EXT)"],
outs=[f"={self.localname}{toolchain.EXE}"],
deps=deps,
label=label,
commands=commands,