Skip to content

Commit e82577f

Browse files
FIX Installing newlib build dependencies (2)
1 parent f6cf424 commit e82577f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_newlib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cd "${WORKDIR}"
4141

4242
# Installing newlib build dependencies
4343
apt update
44-
apt install -y --no-install-recommends makeinfo
44+
apt install -y --no-install-recommends texinfo
4545

4646
# Get the latest fixed version
4747
git clone --depth=1 --single-branch --branch newlib-4.5.0 https://sourceware.org/git/newlib-cygwin.git "${SRC}"

0 commit comments

Comments
 (0)