From 825df66bb8e47344195d947b1741e83ffcc11dce Mon Sep 17 00:00:00 2001 From: Kamoltat Sirivadhna Date: Wed, 16 Sep 2020 16:17:54 +0700 Subject: [PATCH] doc/dev/macos: remove nonexistence flag `--with-toolchain` ` --with-toolchain` is an old option from llvm 6 Signed-off-by: Kamoltat Sirivadhna --- doc/dev/macos.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/macos.rst b/doc/dev/macos.rst index 1854191b7919..b932d71f3198 100644 --- a/doc/dev/macos.rst +++ b/doc/dev/macos.rst @@ -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:: -- 2.47.3