mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
unicorn mode, parallel job cmd fix for openbsd
This commit is contained in:
parent
a8f6ce5475
commit
b6e51a5cd6
@ -97,7 +97,7 @@ if [ "$PLT" = "NetBSD" ] || [ "$PLT" = "OpenBSD" ]; then
|
|||||||
CKSUMCMD="cksum -a sha384 -q"
|
CKSUMCMD="cksum -a sha384 -q"
|
||||||
PYTHONBIN=python2.7
|
PYTHONBIN=python2.7
|
||||||
MAKECMD=gmake
|
MAKECMD=gmake
|
||||||
CORES=`sysctl hw.ncpu | cut -d' ' -f2`
|
CORES=`sysctl hw.ncpu | cut -d'=' -f2`
|
||||||
TARCMD=gtar
|
TARCMD=gtar
|
||||||
EASY_INSTALL=easy_install-2.7
|
EASY_INSTALL=easy_install-2.7
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user