[Docs] capitalize C++
This commit is contained in:
committed by
Jordan Harband
parent
153f8e7b31
commit
65aedc105a
2
nvm.sh
2
nvm.sh
@@ -1889,7 +1889,7 @@ nvm_install_source() {
|
||||
esac
|
||||
if nvm_has "clang++" && nvm_has "clang" && nvm_version_greater_than_or_equal_to nvm_clang_version 3.5; then
|
||||
if [ -z "${CC-}" ] || [ -z "${CXX-}" ] ; then
|
||||
nvm_echo "Clang v3.5+ detected! CC or CXX not specified, will use Clang as c/c++ compiler!"
|
||||
nvm_echo "Clang v3.5+ detected! CC or CXX not specified, will use Clang as C/C++ compiler!"
|
||||
MAKE_CXX="CC=${CC:-cc} CXX=${CXX:-c++}"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user