mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-14 20:13:56 +00:00
add missing quotes to configure example in readme
This commit is contained in:
@@ -81,9 +81,9 @@ With cmake, add the following argument:
|
|||||||
With configure, call it with:
|
With configure, call it with:
|
||||||
```
|
```
|
||||||
# With gcc
|
# With gcc
|
||||||
./configure CC="sccache gcc" CXX=sccache gcc"
|
./configure CC="sccache gcc" CXX="sccache gcc"
|
||||||
# With clang
|
# With clang
|
||||||
./configure CC="sccache clang" CXX=sccache clang"
|
./configure CC="sccache clang" CXX="sccache clang"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Prepare a new release
|
## Prepare a new release
|
||||||
|
|||||||
Reference in New Issue
Block a user