Merge pull request #112 from devnexen/unicorn_mode_obsd

unicorn mode, parallel job cmd fix for openbsd
This commit is contained in:
van Hauser 2019-11-30 14:37:56 +01:00 committed by GitHub
commit ae4f770dad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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