Merge pull request #141 from hybridOL/buildscript

Buildscript
This commit is contained in:
Alex Zolotarev 2015-10-06 13:48:29 -07:00
commit b10093d7cf

View file

@ -66,8 +66,8 @@ if [ "$(uname -s)" == "Darwin" ]; then
SPEC=macx-clang
PROCESSES=4
else
SPEC=linux-clang
PROCESSES=$(($(nproc) / 2))
SPEC=linux-clang-libc++
PROCESSES=$(nproc)
fi
build_conf()