Fix typo in build-clang.sh

This commit is contained in:
Lewis Baker 2017-12-19 20:57:15 +10:30
parent e3f3fadeda
commit 5aff53467f
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ else
git checkout FETCH_HEAD) || exit
fi
if [ ! -d llvm/projects/libcxx.git ]; then
if [ ! -d llvm/projects/libcxx/.git ]; then
git clone --depth=1 -b "$LIBCXX_REF" -- "$LIBCXX_REPO" llvm/projects/libcxx || exit
ln -s llvm/projects/libcxx libcxx || exit
else