Skip to content

Commit

Permalink
Merge pull request #1742 from MKoesters/patch-1
Browse files Browse the repository at this point in the history
Remove additional quotes in build instructions
  • Loading branch information
TheJJ authored Jan 14, 2025
2 parents d6a4dd3 + 2519859 commit ca254e7
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 ca254e7

Please sign in to comment.