mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 09:11:34 +00:00
Merge pull request #112 from devnexen/unicorn_mode_obsd
unicorn mode, parallel job cmd fix for openbsd
This commit is contained in:
commit
ae4f770dad
@ -97,7 +97,7 @@ if [ "$PLT" = "NetBSD" ] || [ "$PLT" = "OpenBSD" ]; then
|
||||
CKSUMCMD="cksum -a sha384 -q"
|
||||
PYTHONBIN=python2.7
|
||||
MAKECMD=gmake
|
||||
CORES=`sysctl hw.ncpu | cut -d' ' -f2`
|
||||
CORES=`sysctl hw.ncpu | cut -d'=' -f2`
|
||||
TARCMD=gtar
|
||||
EASY_INSTALL=easy_install-2.7
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user