mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 12:48:06 +00:00
On non Linux systems, (g)make distrib stops halfway
because of QEMU not supported. Symplifying cores counting data gathering.
This commit is contained in:
@ -44,7 +44,7 @@ echo "[*] Performing basic sanity checks..."
|
||||
if [ ! "`uname -s`" = "Linux" ]; then
|
||||
|
||||
echo "[-] Error: QEMU instrumentation is supported only on Linux."
|
||||
exit 1
|
||||
exit 0
|
||||
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user