diff --git a/install.sh b/install.sh index 83596b17..4bea57f1 100755 --- a/install.sh +++ b/install.sh @@ -65,7 +65,7 @@ if [[ $TRAVIS == true ]]; then PARALLEL=$SEQUENTIAL elif [[ $OS == Linux ]]; then PARALLEL=`nproc` -elif [[ $OS == Darwin ]]; then +elif [[ $OS == Darwin || $OS == OpenBSD ]]; then PARALLEL=`sysctl -n hw.ncpu` else echo "Unsupported system: $OS"