diff options
author | rhtenhove <rhtenhove@users.noreply.github.com> | 2022-06-24 09:26:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 09:26:09 -0400 |
commit | 1dac69b1eb16dff00d7a625138da5555c3acccb8 (patch) | |
tree | f1fe87d36415044f0426a750a6406e6a630c0cb2 /qemu_mode | |
parent | 0da7ddb738df60b3650d36832c9ede040a7ba6b9 (diff) | |
download | afl++-1dac69b1eb16dff00d7a625138da5555c3acccb8.tar.gz |
use container; more is built + tested; use make -i (#2)
Diffstat (limited to 'qemu_mode')
-rwxr-xr-x | qemu_mode/build_qemu_support.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/build_qemu_support.sh b/qemu_mode/build_qemu_support.sh index 5dbd9d44..277a6323 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -273,7 +273,7 @@ echo "[+] Configuration complete." echo "[*] Attempting to build QEMU (fingers crossed!)..." -make -j `nproc` || exit 1 +make -j$(nproc) || exit 1 echo "[+] Build process successful!" |