mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 05:23:43 +00:00
python no longer needed for build
This commit is contained in:
@ -1 +1 @@
|
|||||||
f8e3792ed07710c5138e016376b73298999a35dc
|
d4cc77cce71c15bb3d1f552d703a77e2a17cf42d
|
||||||
|
@ -183,7 +183,7 @@ echo "[*] Attempting to build unicornafl (fingers crossed!)..."
|
|||||||
|
|
||||||
$MAKECMD clean # make doesn't seem to work for unicorn
|
$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
|
# 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!"
|
echo "[+] Build process successful!"
|
||||||
|
|
||||||
|
Submodule unicorn_mode/unicornafl updated: f8e3792ed0...d4cc77cce7
Reference in New Issue
Block a user