Lib-builder does not allow to build for more than one target when -t is used
This commit is contained in:
parent
f49931f902
commit
2075bd492b
1 changed files with 0 additions and 3 deletions
|
|
@ -35,7 +35,4 @@ Then simply build the libs for all SoCs or one specific SoC. Note that building
|
|||
- ``esp32s3``
|
||||
- Example: ``./build.sh -t esp32``
|
||||
- A wrong format or non-existing SoC will result in the error sed: can't read sdkconfig: No such file or directory
|
||||
- **Option 3**: Build for multiple SoCs (not all) - simply write them down separated with space: ``./build.sh -t <soc1> <soc2> <soc3>``
|
||||
|
||||
- Example: ``./build.sh -t esp32 esp32-c3``
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue