feat (lib): add meson/cmake shortcuts

Signed-off-by: sisungo <[email protected]>
This commit is contained in:
2026-07-14 15:58:55 +08:00
parent 8c41ed811f
commit e421add41d
+2
View File
@@ -46,6 +46,8 @@ def builddep(s: str):
_builddep += ["cargo", "rustc"]
elif s == "shortcut/cmake":
_builddep += ["cmake", "ninja"]
elif s == "shortcut/meson":
_builddep += ["meson", "ninja"]
else:
_builddep += [s]