summaryrefslogtreecommitdiff
path: root/docs/yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml')
-rw-r--r--docs/yaml/functions/local_program.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/yaml/functions/local_program.yaml b/docs/yaml/functions/local_program.yaml
index d91867b02..07fafcf3a 100644
--- a/docs/yaml/functions/local_program.yaml
+++ b/docs/yaml/functions/local_program.yaml
@@ -34,3 +34,10 @@ kwargs:
Specifies that this target depends on the specified
target(s). If specified, this program can only be used at build time,
after those targets have been built.
+
+ interpreter:
+ type: external_program
+ description: |
+ When the program is a [[@custom_tgt]], Meson cannot derive the interpreter
+ from the file's "shebang" (`#!`) line before it's built. If needed, this
+ argument allows specifying an interpreter for the script.