mirror of
https://abf.rosa.ru/djam/llvm13.git
synced 2025-02-24 00:42:46 +00:00
Set correct $CPP for clang
This commit is contained in:
parent
2d50ffd68e
commit
d6d3b0729e
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue