diff --git a/install.sh b/install.sh index 3a6dc72..0b4263e 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"