You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing "texinfo" build dependency in riscv-gnu-toolchain
When building on the latest macOS 13.0 you get the following error when building:
makeinfo: command not found
WARNING: 'makeinfo' is missing on your system.
This patch adds the "texinfo" build dependency that contains the 'makeinfo' command.
Signed-off-by: Jon Eyolfson <[email protected]>
0 commit comments