Skip to content

Commit 8af5297

Browse files
authored
Replace clang-tidy dependency with llvm for macOS (clang-tidy is not a standalone package but is provided by llvm) (#179)
1 parent 76e21e4 commit 8af5297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install_dependency.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ setup_macOS() {
130130
log_error "Homebrew is not installed. Please install Homebrew first."
131131
exit 1
132132
fi
133-
brew install glib google-perftools argp-standalone xxhash clang-tidy
133+
brew install glib google-perftools argp-standalone xxhash llvm
134134
}
135135

136136
# Install CMake

0 commit comments

Comments
 (0)