mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
qemu_mode/build script: add more missing prereqs
This commit is contained in:
parent
993bf03af9
commit
dabce05ec6
@ -63,7 +63,7 @@ if [ ! -f "../afl-showmap" ]; then
|
||||
fi
|
||||
|
||||
PREREQ_NOTFOUND=
|
||||
for i in libtool wget python automake autoconf sha384sum bison iconv patch; do
|
||||
for i in libtool wget python automake autoconf sha384sum bison flex iconv patch pkg-config; do
|
||||
|
||||
T=`type "$i" | awk '{print $NF}' 2>/dev/null`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user