Merge pull request 'feat (lib): add meson/cmake shortcuts' (#130) from sisungo/semios-packages:shortcut_meson into master

Reviewed-on: #130
This commit was merged in pull request #130.
This commit is contained in:
2026-07-15 16:27:49 +08:00
+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]