Skip to content

Commit

Permalink
Remove additional quotes in build instructions
Browse files Browse the repository at this point in the history
Remove additional " in configure command
  • Loading branch information
MKoesters authored Jan 13, 2025
1 parent d6a4dd3 commit 2519859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build_instructions/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 2519859

Please sign in to comment.