diff options
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 278e7628..26d563b7 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -15,6 +15,7 @@ const ( Attr Autoconf Automake + BC Bash Binutils Bison @@ -135,6 +136,7 @@ func ResolveName(name string) (p PArtifact, ok bool) { "attr": Attr, "autoconf": Autoconf, "automake": Automake, + "bc": BC, "bash": Bash, "binutils": Binutils, "bison": Bison, |
