From 251985936eee1dbacc78a45928efb1fd8a0c6fc6 Mon Sep 17 00:00:00 2001 From: Manuel <17874544+MKoesters@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:59:30 +0100 Subject: [PATCH] Remove additional quotes in build instructions Remove additional " in configure command --- doc/build_instructions/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build_instructions/macos.md b/doc/build_instructions/macos.md index c9946f2d39..e38dee9932 100644 --- a/doc/build_instructions/macos.md +++ b/doc/build_instructions/macos.md @@ -38,7 +38,7 @@ We advise against using the clang version that comes with macOS (Apple Clang) as ``` # on Intel macOS, llvm is by default in /usr/local/Cellar/llvm/bin/ # on ARM macOS, llvm is by default in /opt/homebrew/Cellar/llvm/bin/ -./configure --compiler="$(brew --prefix llvm)/bin/clang"" --download-nyan +./configure --compiler="$(brew --prefix llvm)/bin/clang" --download-nyan ``` Afterwards, trigger the build using `make`: