python no longer needed for build

This commit is contained in:
Dominik Maier
2020-05-01 12:03:41 +02:00
parent 636e98d151
commit a2bc3538f7
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
f8e3792ed07710c5138e016376b73298999a35dc
d4cc77cce71c15bb3d1f552d703a77e2a17cf42d

View File

@ -183,7 +183,7 @@ echo "[*] Attempting to build unicornafl (fingers crossed!)..."
$MAKECMD clean # make doesn't seem to work for unicorn
# Fixed to 1 core for now as there is a race condition in the makefile
UNICORN_QEMU_FLAGS="--python=$PYTHONBIN" $MAKECMD -j1 || exit 1
$MAKECMD -j1 || exit 1
echo "[+] Build process successful!"