mirror of https://github.com/google/benchmark.git
Update libc++ install script to use new names
This commit is contained in:
parent
aaa25ac376
commit
78e22f10de
|
@ -18,5 +18,5 @@ cmake -DCMAKE_C_COMPILER=${C_COMPILER} -DCMAKE_CXX_COMPILER=${COMPILER} \
|
|||
-DLLVM_USE_SANITIZER=${LIBCXX_SANITIZER} \
|
||||
../llvm-source
|
||||
make cxx -j2
|
||||
sudo make install-libcxxabi install-libcxx
|
||||
sudo make install-cxxabi install-cxx
|
||||
cd ../
|
||||
|
|
Loading…
Reference in New Issue