Skip to content

Commit 7d0144b

Browse files
authored
Merge pull request #103 from altendky/add_quotes
add missing quotes to `configure` example in readme
2 parents e1a9194 + 8272dac commit 7d0144b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ With cmake, add the following argument:
8181
With configure, call it with:
8282
```
8383
# With gcc
84-
./configure CC="sccache gcc" CXX=sccache gcc"
84+
./configure CC="sccache gcc" CXX="sccache gcc"
8585
# With clang
86-
./configure CC="sccache clang" CXX=sccache clang"
86+
./configure CC="sccache clang" CXX="sccache clang"
8787
```
8888

8989
## Prepare a new release

0 commit comments

Comments
 (0)