Fix typos
This commit is contained in:
parent
5b6b5fe835
commit
debe77a910
1 changed files with 3 additions and 3 deletions
|
@ -208,8 +208,8 @@ $ ./script/build.py -c R
|
||||||
|
|
||||||
### Environment variables
|
### Environment variables
|
||||||
|
|
||||||
Apart from `CC` and `CXX`, you can also set following environment variables to
|
Apart from `CC` and `CXX`, you can also set the following environment variables to
|
||||||
custom the building configurations:
|
customise the build configuration:
|
||||||
|
|
||||||
* `CPPFLAGS`
|
* `CPPFLAGS`
|
||||||
* `CPPFLAGS_host`
|
* `CPPFLAGS_host`
|
||||||
|
@ -226,4 +226,4 @@ custom the building configurations:
|
||||||
* `LDFLAGS`
|
* `LDFLAGS`
|
||||||
|
|
||||||
The environment variables have to be set when executing the `bootstrap.py`
|
The environment variables have to be set when executing the `bootstrap.py`
|
||||||
script, it won't work in the `build.py` script.
|
script, it won't work in the `build.py` script.
|
||||||
|
|
Loading…
Reference in a new issue