Unverified Commit 2075bd49 authored by Me No Dev's avatar Me No Dev Committed by GitHub

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

parent f49931f9
......@@ -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``
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment