From 504f5d28fe96f481b13049b1aaaba2f87e8b0d86 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 26 Jan 2026 05:28:36 +0900 Subject: internal/rosa: libseccomp artifact Required by hakurei. Signed-off-by: Ophestra --- cmd/mbf/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd') 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": -- cgit v1.3.1