mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Fix typo noted in #979. g++
is the default compiler rather than the gcc
binary.
This commit is contained in:
parent
0a0b17540f
commit
4b0f7bc222
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ make
|
|||
sudo make install
|
||||
```
|
||||
|
||||
Note by default ``gcc`` is used as the C++ compiler if it is available. If you
|
||||
Note by default ``g++`` is used as the C++ compiler if it is available. If you
|
||||
would prefer to use Clang change the ``mk_make.py`` line to
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue