Update to the new ninja-fied ab.

This commit is contained in:
David Given
2025-08-26 01:23:58 +02:00
parent e49673329d
commit 8c582b8d72
12 changed files with 278 additions and 229 deletions

View File

@@ -7,9 +7,7 @@ from build.ab import (
@Rule
def zip(
self, name, flags="", items: TargetsMap = {}, extension="zip", label="ZIP"
):
def zip(self, name, flags="", items: TargetsMap = {}, extension="zip", label="ZIP"):
cs = ["$(PYTHON) build/_zip.py -z $[outs]"]
ins = []