about summary refs log tree commit diff
path: root/qemu_mode
diff options
context:
space:
mode:
authorrhtenhove <rhtenhove@users.noreply.github.com>2022-06-24 09:26:09 -0400
committerGitHub <noreply@github.com>2022-06-24 09:26:09 -0400
commit1dac69b1eb16dff00d7a625138da5555c3acccb8 (patch)
treef1fe87d36415044f0426a750a6406e6a630c0cb2 /qemu_mode
parent0da7ddb738df60b3650d36832c9ede040a7ba6b9 (diff)
downloadafl++-1dac69b1eb16dff00d7a625138da5555c3acccb8.tar.gz
use container; more is built + tested; use make -i (#2)
Diffstat (limited to 'qemu_mode')
-rwxr-xr-xqemu_mode/build_qemu_support.sh2
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!"