aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mbf/main.go')
-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 61a78cb0..43ae72c4 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -168,6 +168,8 @@ func main() {
p = rosa.Go
case "kernel-headers":
p = rosa.KernelHeaders
+ case "libexpat":
+ p = rosa.Libexpat
case "libffi":
p = rosa.Libffi
case "m4":