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.
216216## build-type
217217
218218<ShowIfs >
219- <ShowIf ts py >
219+ <ShowIf ts >
220220This target does not currently support the ` build-type ` target option.
221221</ShowIf >
222- <ShowIf rs c cpp >
222+ <ShowIf rs c cpp py >
223223This parameter specifies how to compile the code. The following options are supported:
224224
225225- ` Debug ` : Optimization is disabled and debug information is included in the executable.
@@ -401,17 +401,21 @@ This target does not support the `files` option.
401401<ShowIf c py >
402402The ` files ` target parameter specifies array of files or directories to be copied to the directory that contains the generated sources.
403403
404+ <ShowOnly c >
404405``` lf-c
405406target C {
406407 files: ["file1", "file2", ...]
407408}
408409```
410+ </ShowOnly >
409411
412+ <ShowOnly py >
410413``` lf-py
411414target Python {
412415 files: ["file1", "file2", ...]
413416}
414417```
418+ </ShowOnly >
415419
416420The lookup procedure for these files and directories is as follows:
417421
You can’t perform that action at this time.
0 commit comments