From 9b842be049f88a3e25a735d26495452c9afdc574 Mon Sep 17 00:00:00 2001 From: Will Angenent Date: Sat, 15 Apr 2023 18:41:42 +0100 Subject: [PATCH] Added texinfo as a dependency for building prefix in MacOS --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 3b88243..5f156ce 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -109,6 +109,7 @@ osx_macports() install_macports_pkg "ninja" install_macports_pkg "po4a" install_macports_pkg "findutils" + install_macports_pkg "texinfo" } ############################################################################### @@ -144,6 +145,7 @@ osx_homebrew() install_brew_pkg "po4a" install_brew_pkg "macfuse" install_brew_pkg "findutils" + install_brew_pkg "texinfo" install_brew_pkg "redox-os/gcc_cross_compilers/x86_64-elf-gcc" "x86_64-elf-gcc" }