feat (lib): add meson/cmake shortcuts
Signed-off-by: sisungo <[email protected]>
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user