mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
unicorn build workaround
This commit is contained in:
@ -75,11 +75,16 @@ done
|
|||||||
|
|
||||||
if ! which easy_install > /dev/null; then
|
if ! which easy_install > /dev/null; then
|
||||||
|
|
||||||
|
# work around for unusual installs
|
||||||
|
if [ '!' -e /usr/lib/python2.7/dist-packages/easy_install.py ]; then
|
||||||
|
|
||||||
echo "[-] Error: Python setup-tools not found. Run 'sudo apt-get install python-setuptools'."
|
echo "[-] Error: Python setup-tools not found. Run 'sudo apt-get install python-setuptools'."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
if echo "$CC" | grep -qF /afl-; then
|
if echo "$CC" | grep -qF /afl-; then
|
||||||
|
|
||||||
echo "[-] Error: do not use afl-gcc or afl-clang to compile this tool."
|
echo "[-] Error: do not use afl-gcc or afl-clang to compile this tool."
|
||||||
|
Reference in New Issue
Block a user