Set correct $CPP for clang

This commit is contained in:
Mikhail Novosyolov 2020-04-01 05:03:56 +03:00
parent 2d50ffd68e
commit d6d3b0729e

View file

@ -16,7 +16,7 @@ CLANG="$(which clang)" \
CLANGXX="$(which clang++)" \
CC="clang" \
CXX="clang++" \
CPP="clang++" \
CPP="clang-cpp" \
# validate that clang wrapper is in PATH \
echo "$CLANG" | grep -q "$BIN_DIR" \
echo "$CLANGXX" | grep -q "$BIN_DIR" \