Skip to content

Commit ae58bfa

Browse files
committed
README tweaks.
1 parent c6dccc2 commit ae58bfa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ Look for all tasks under the `lint` namespace (identified by the `lint:` prefix)
166166

167167
## Build and install parameters
168168

169+
The following parameters are common between multiple tasks and CMake.
170+
169171
### `ystdlib_LIBRARIES`
170172

171173
The parameter/variable `ystdlib_LIBRARIES` can be used to target a subset of libraries, by setting
@@ -185,7 +187,8 @@ Set by adding it after the task name. For example:
185187
task ystdlib:build-release ystdlib_LIBRARIES="containers;io_interface"
186188
```
187189

188-
Currently, only build and install tasks in the `ystdlib:` namespace are supported.
190+
Not all tasks support `ystdlib_LIBRARIES`. You can check if a task supports it by reading its
191+
description (run `task -a` to view all tasks and descriptions).
189192

190193
#### Using CMake
191194

0 commit comments

Comments
 (0)