mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 00:15:40 +01:00
Fix typos in previous commits
This commit is contained in:
parent
4b08022859
commit
1ac5dd43f0
@ -125,7 +125,7 @@ To list other available CMake options, use:
|
|||||||
|
|
||||||
cmake -LH
|
cmake -LH
|
||||||
|
|
||||||
Note that, with CMake, you can't adjust the compiler of compiler after the
|
Note that, with CMake, you can't adjust the compiler or its flags after the
|
||||||
initial invocation of cmake. This means that `CC=your_cc make` and `make
|
initial invocation of cmake. This means that `CC=your_cc make` and `make
|
||||||
CC=your_cc` will *not* work (similarly with `CFLAGS` and other variables).
|
CC=your_cc` will *not* work (similarly with `CFLAGS` and other variables).
|
||||||
These variables need to be adjusted when invoking cmake for the first time,
|
These variables need to be adjusted when invoking cmake for the first time,
|
||||||
@ -149,7 +149,7 @@ CMake cache. This can be done with the following command using GNU find:
|
|||||||
|
|
||||||
find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
|
find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
|
||||||
|
|
||||||
You can not make the desired change:
|
You can now make the desired change:
|
||||||
|
|
||||||
CC=your_cc cmake .
|
CC=your_cc cmake .
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user