File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -216,10 +216,10 @@ This target does not currently support the `build` target option.
216
216
## build-type
217
217
218
218
<ShowIfs >
219
- <ShowIf ts py >
219
+ <ShowIf ts >
220
220
This target does not currently support the ` build-type ` target option.
221
221
</ShowIf >
222
- <ShowIf rs c cpp >
222
+ <ShowIf rs c cpp py >
223
223
This parameter specifies how to compile the code. The following options are supported:
224
224
225
225
- ` Debug ` : Optimization is disabled and debug information is included in the executable.
@@ -401,17 +401,21 @@ This target does not support the `files` option.
401
401
<ShowIf c py >
402
402
The ` files ` target parameter specifies array of files or directories to be copied to the directory that contains the generated sources.
403
403
404
+ <ShowOnly c >
404
405
``` lf-c
405
406
target C {
406
407
files: ["file1", "file2", ...]
407
408
}
408
409
```
410
+ </ShowOnly >
409
411
412
+ <ShowOnly py >
410
413
``` lf-py
411
414
target Python {
412
415
files: ["file1", "file2", ...]
413
416
}
414
417
```
418
+ </ShowOnly >
415
419
416
420
The lookup procedure for these files and directories is as follows:
417
421
You can’t perform that action at this time.
0 commit comments