Skip to content

Commit

Permalink
Merge pull request #103 from altendky/add_quotes
Browse files Browse the repository at this point in the history
add missing quotes to `configure` example in readme
  • Loading branch information
sylvestre authored Mar 5, 2024
2 parents e1a9194 + 8272dac commit 7d0144b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d0144b

Please sign in to comment.