mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
Added texinfo as a dependency for building prefix in MacOS
This commit is contained in:
parent
2b1619c1e0
commit
9b842be049
@ -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"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user