Fix a typo in the readme

This commit is contained in:
Sylvestre Ledru
2023-04-14 13:53:37 +02:00
committed by GitHub
parent 77c1aa945b
commit 9a68c4d04b

View File

@@ -68,9 +68,9 @@ With cmake, add the following argument:
With configure, call it with:
```
# With gcc
./configure CC="sccache gcc" CXX=scache gcc"
./configure CC="sccache gcc" CXX=sccache gcc"
# With clang
./configure CC="sccache clang" CXX=scache clang"
./configure CC="sccache clang" CXX=sccache clang"
```
## Prepare a new release