diff --git a/recipes/core/base/recipe.toml b/recipes/core/base/recipe.toml index af57aeec..ad41d379 100644 --- a/recipes/core/base/recipe.toml +++ b/recipes/core/base/recipe.toml @@ -45,7 +45,7 @@ BINS=( # depending on the target architecture case "${TARGET}" in i586-unknown-redox | i686-unknown-redox | x86_64-unknown-redox) - BINS+=(ac97d bgad sb16d vboxd) + BINS+=(ac97d sb16d vboxd) ;; *) ;;