diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-10-04 22:19:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 22:19:07 +0300 |
commit | 2d65472c725f18b343aee00bf91b9ac98c08b95f (patch) | |
tree | 530a0d6ffee4ee96e875302cbeba660c93056d41 /docs/markdown/External-commands.md | |
parent | 75dd9fb67f793c687fa45744f3b276e35c87ca09 (diff) | |
parent | b672ebca886dd6dc9b0f775eb769764750fd302c (diff) | |
download | meson-2d65472c725f18b343aee00bf91b9ac98c08b95f.zip meson-2d65472c725f18b343aee00bf91b9ac98c08b95f.tar.gz meson-2d65472c725f18b343aee00bf91b9ac98c08b95f.tar.bz2 |
Merge pull request #8960 from mensinda/yamlDoc
Reference Manual 2.0
Diffstat (limited to 'docs/markdown/External-commands.md')
-rw-r--r-- | docs/markdown/External-commands.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/markdown/External-commands.md b/docs/markdown/External-commands.md index be9d171..772459b 100644 --- a/docs/markdown/External-commands.md +++ b/docs/markdown/External-commands.md @@ -22,8 +22,7 @@ Since 0.52.0, you can pass the command environment as a dictionary: run_command('command', 'arg1', 'arg2', env: {'FOO': 'bar'}) ``` -Since 0.50.0, you can also pass the command -[`environment`](Reference-manual.md#environment-object) object: +Since 0.50.0, you can also pass the command [[@env]] object: ```meson env = environment() |