File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ description: |
1212 custom_target('foo', output: 'file.txt', ...)
1313 ```
1414
15+ The files passed to `output:` cannot contain path separators. See the
16+ [manual on custom build targets](Custom-build-targets.md#details-on-command-invocation) for
17+ an explanation on where output files should be placed.
18+
1519 You can install the outputted files with the `install_dir:` kwarg, see below.
1620
1721 *Since 0.60.0* the name argument is optional and defaults to the basename of the first
@@ -217,7 +221,8 @@ kwargs:
217221
218222 output :
219223 type : array[str]
220- description : Array of output files.
224+ description : |
225+ Array of output files. These cannot contain path separators.
221226
222227 env :
223228 since : 0.57.0
You can’t perform that action at this time.
0 commit comments