mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
[script] fix linking clang-format-6.0 on Mac OS X (#4414)
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ install_packages_brew()
|
||||
CLANG_FORMAT_VERSION="clang-format version 6.0"
|
||||
which clang-format-6.0 || (which clang-format && (clang-format --version | grep -q "${CLANG_FORMAT_VERSION}")) || {
|
||||
brew install llvm@6
|
||||
sudo ln -s "$(brew --repo)/opt/llvm@6/bin/clang-format" /usr/local/bin/clang-format-6.0
|
||||
sudo ln -s "$(brew --prefix llvm@6)/bin/clang-format" /usr/local/bin/clang-format-6.0
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user