📝 Match code syntax
[ci skip]
This commit is contained in:
parent
2606f8020a
commit
8be2239a45
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ $ ./script/build.py -c R
|
||||||
By default Electron is built with prebuilt `clang` binaries provided by Chromium
|
By default Electron is built with prebuilt `clang` binaries provided by Chromium
|
||||||
project. If for some reason you want to build with the `clang` installed in your
|
project. If for some reason you want to build with the `clang` installed in your
|
||||||
system, you can call `bootstrap.py` with `--clang_dir=<path>` switch. By passing
|
system, you can call `bootstrap.py` with `--clang_dir=<path>` switch. By passing
|
||||||
it the build script will assume the clang binaries reside in `<path>/bin/`.
|
it the build script will assume the `clang` binaries reside in `<path>/bin/`.
|
||||||
|
|
||||||
For example if you installed `clang` under `/user/local/bin/clang`:
|
For example if you installed `clang` under `/user/local/bin/clang`:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue