diff options
author | vanhauser-thc <vh@thc.org> | 2022-10-11 12:43:06 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-10-11 12:43:06 +0200 |
commit | de9d1ff4a09a72c8bd4bb892f146646296f3f2fa (patch) | |
tree | ce4fe27147f68d687fe8d995e6f2ce829a7417b8 /qemu_mode/build_qemu_support.sh | |
parent | e6e82948bf95fab90466cb2dfa78457c4d2d80a6 (diff) | |
download | afl++-de9d1ff4a09a72c8bd4bb892f146646296f3f2fa.tar.gz |
doc fixes
Diffstat (limited to 'qemu_mode/build_qemu_support.sh')
-rwxr-xr-x | qemu_mode/build_qemu_support.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qemu_mode/build_qemu_support.sh b/qemu_mode/build_qemu_support.sh index 277a6323..c108675e 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -360,8 +360,10 @@ if ! command -v "$CROSS" > /dev/null ; then make -C libcompcov && echo "[+] libcompcov ready" echo "[+] Building unsigaction ..." make -C unsigaction && echo "[+] unsigaction ready" + echo "[+] Building fastexit ..." + make -C fastexit && echo "[+] fastexit ready" echo "[+] Building libqasan ..." - make -C libqasan && echo "[+] unsigaction ready" + make -C libqasan && echo "[+] libqasan ready" echo "[+] Building qemu libfuzzer helpers ..." make -C ../utils/aflpp_driver else |