Docs: Correct env variable SCAN_BUILD to SCANBUILD

pull/3265/merge
Marvin Scholz 7 years ago committed by Jussi Pakkanen
parent 62165aef43
commit 1c8d4bf05b
  1. 4
      docs/markdown/howtox.md

@ -125,9 +125,9 @@ Install scan-build and configure your project. Then do this:
$ ninja scan-build
```
You can use the `SCAN_BUILD` environment variable to choose the scan-build executable.
You can use the `SCANBUILD` environment variable to choose the scan-build executable.
```console
$ SCAN_BUILD=<your exe> ninja scan-build
$ SCANBUILD=<your exe> ninja scan-build
```

Loading…
Cancel
Save