Lib-builder does not allow to build for more than one target when -t is used

This commit is contained in:
Me No Dev 2022-09-27 11:44:30 +03:00 committed by GitHub
parent f49931f902
commit 2075bd492b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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``