Skip to content

Commit 5aff534

Browse files
committed
Fix typo in build-clang.sh
1 parent e3f3fad commit 5aff534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-clang.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ else
5757
git checkout FETCH_HEAD) || exit
5858
fi
5959

60-
if [ ! -d llvm/projects/libcxx.git ]; then
60+
if [ ! -d llvm/projects/libcxx/.git ]; then
6161
git clone --depth=1 -b "$LIBCXX_REF" -- "$LIBCXX_REPO" llvm/projects/libcxx || exit
6262
ln -s llvm/projects/libcxx libcxx || exit
6363
else

0 commit comments

Comments
 (0)