Skip to content

Commit dbd3882

Browse files
committed
build-docs.sh: Fix doxygen name when using -srcdir option
1 parent c0db3aa commit dbd3882

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/utils/release/build-docs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ if [ -n "$release" ]; then
8787
curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | tar --strip-components=1 -xzf -
8888
popd
8989
srcdir="./llvm-project/llvm"
90+
else
91+
release=`git describe --tag | sed 's/llvmorg-//g'`
9092
fi
9193

9294
cmake -G Ninja $srcdir -B $builddir \

0 commit comments

Comments
 (0)