Switch to target linux-clang-libc++ to avoid problems in stdlib from g++.

This commit is contained in:
hybridOL 2015-10-06 18:08:54 +02:00
parent 2364409f2e
commit ea7634bf04

View file

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