mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 09:11:34 +00:00
unicornafl build script: python version is critical
This commit is contained in:
parent
b6be906082
commit
bd94d5fce7
@ -65,7 +65,7 @@ if [ ! -f "../afl-showmap" ]; then
|
||||
|
||||
fi
|
||||
|
||||
PYTHONBIN=`command -v python3 || command -v python || echo python`
|
||||
PYTHONBIN=`command -v python || command -v python3 || command -v python2 || echo python`
|
||||
MAKECMD=make
|
||||
EASY_INSTALL='easy_install'
|
||||
TARCMD=tar
|
||||
|
Loading…
x
Reference in New Issue
Block a user