File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
171173The 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:
185187task 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
You can’t perform that action at this time.
0 commit comments