Merge pull request #37187 from kamoltat/patch-1

doc/dev/macos: remove nonexistence flag `--with-toolchain`

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2020-09-17 12:04:08 +08:00 committed by GitHub
commit 36d67cf59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ build on MacOS
Since we've switched to C++ 17, and the default clang shipped with Xcode 9 does not support all the C++ 17 language features, it's suggested to install clang using brew::
brew install --with-toolchain llvm
brew install llvm
and install all the necessary bits::