feat: add support of atom builds

Signed-off-by: sisungo <[email protected]>
This commit is contained in:
2026-07-08 00:48:59 +08:00
parent d06120bdeb
commit bd16d6d218
57 changed files with 433 additions and 28 deletions
-1
View File
@@ -13,7 +13,6 @@ def build():
cpp.cmake()
cpp.ninja()
cpp.ninja_install()
os.chdir("usr")
on_build(build)