diff options
Diffstat (limited to 'docs/markdown/External-Project-module.md')
-rw-r--r-- | docs/markdown/External-Project-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/External-Project-module.md b/docs/markdown/External-Project-module.md index 640caaf..901b0ed 100644 --- a/docs/markdown/External-Project-module.md +++ b/docs/markdown/External-Project-module.md @@ -86,7 +86,7 @@ Keyword arguments: - `verbose`: If set to `true` the output of sub-commands ran to configure, build and install the project will be printed onto Meson's stdout. - `env` : environment variables to set, such as `['NAME1=value1', 'NAME2=value2']`, - a dictionary, or an [`environment()` object](Reference-manual.md#environment-object). + a dictionary, or an [[@env]] object. Returns an [`ExternalProject`](#ExternalProject_object) object |