Update install_tool

This commit is contained in:
David Tomaschik
2021-08-17 16:39:43 -07:00
parent 8d30879224
commit 441a533e2a

View File

@@ -270,7 +270,7 @@ case ${TOOL} in
;; ;;
aflplusplus) aflplusplus)
install_pkgs libtool-bin libglib2.0-dev libpixman-1-dev clang clang-tools \ install_pkgs libtool-bin libglib2.0-dev libpixman-1-dev clang clang-tools \
llvm llvm python3-setuptools
git clone "https://github.com/vanhauser-thc/AFLplusplus" "${DESTDIR}" git clone "https://github.com/vanhauser-thc/AFLplusplus" "${DESTDIR}"
make -C "${DESTDIR}" distrib make -C "${DESTDIR}" distrib
;; ;;