Skip to content

Commit de8d5f5

Browse files
committed
Fix comments
1 parent 7a979eb commit de8d5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-support/run_clang_tidy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ rm -f files.txt
2929
for FILE in $FILES; do
3030
echo $FILE >> files.txt
3131
done
32-
# On macOS, run-clang-tidy from llvm@17 requires python as the env, so we cannot run it directly
32+
# run-clang-tidy from older version of LLVM requires python but not python3 as the env, so we cannot run it directly
3333
SCRIPT=$(which run-clang-tidy)
3434
python3 $SCRIPT -p build -j $(nproc) $(cat files.txt)

0 commit comments

Comments
 (0)