Skip to content

Commit

Permalink
libffi: disable building documentation
Browse files Browse the repository at this point in the history
Removes requirement for having texinfo/makeinfo installed on host.
  • Loading branch information
triplef committed Dec 1, 2022
1 parent 8660535 commit f00ff3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phases/13-libffi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ echo -e "\n### Running configure"
--prefix="${INSTALL_PREFIX}" \
--disable-shared \
--disable-multi-os-directory `# fixes warning about unsupported -print-multi-os-directory with clang` \
--disable-docs \

echo -e "\n### Building"
make -j${MAKE_JOBS}
Expand Down

0 comments on commit f00ff3f

Please sign in to comment.