Skip to content

Commit 2075bd4

Browse files
authored
Lib-builder does not allow to build for more than one target when -t is used
1 parent f49931f commit 2075bd4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/source/guides/core_debug.rst

-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,4 @@ Then simply build the libs for all SoCs or one specific SoC. Note that building
3535
- ``esp32s3``
3636
- Example: ``./build.sh -t esp32``
3737
- A wrong format or non-existing SoC will result in the error sed: can't read sdkconfig: No such file or directory
38-
- **Option 3**: Build for multiple SoCs (not all) - simply write them down separated with space: ``./build.sh -t <soc1> <soc2> <soc3>``
39-
40-
- Example: ``./build.sh -t esp32 esp32-c3``
4138

0 commit comments

Comments
 (0)