Skip to content

Commit bd94d5f

Browse files
authored
unicornafl build script: python version is critical
1 parent b6be906 commit bd94d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicorn_mode/build_unicorn_support.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [ ! -f "../afl-showmap" ]; then
6565

6666
fi
6767

68-
PYTHONBIN=`command -v python3 || command -v python || echo python`
68+
PYTHONBIN=`command -v python || command -v python3 || command -v python2 || echo python`
6969
MAKECMD=make
7070
EASY_INSTALL='easy_install'
7171
TARCMD=tar

0 commit comments

Comments
 (0)