add missing quotes to configure example in readme

This commit is contained in:
Kyle Altendorf
2024-03-05 09:16:15 -05:00
committed by GitHub
parent e1a9194714
commit 8272dac7aa
+2 -2
View File
@@ -81,9 +81,9 @@ With cmake, add the following argument:
With configure, call it with:
```
# With gcc
./configure CC="sccache gcc" CXX=sccache gcc"
./configure CC="sccache gcc" CXX="sccache gcc"
# With clang
./configure CC="sccache clang" CXX=sccache clang"
./configure CC="sccache clang" CXX="sccache clang"
```
## Prepare a new release