aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-26 05:28:36 +0900
committerOphestra <cat@gensokyo.uk>2026-01-26 05:28:36 +0900
commit504f5d28fe96f481b13049b1aaaba2f87e8b0d86 (patch)
tree7a4f4b5ffe9b7dd3b41c40d3bbe0051983cccdfc /cmd
parent3eadd5c580c6b38f468f53549497c64201c00605 (diff)
internal/rosa: libseccomp artifact
Required by hakurei. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mbf/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index c72cc0e2..04082eb6 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -172,6 +172,8 @@ func main() {
p = rosa.KernelHeaders
case "libexpat":
p = rosa.Libexpat
+ case "libseccomp":
+ p = rosa.Libseccomp
case "libxml2":
p = rosa.Libxml2
case "libffi":