diff options
Diffstat (limited to 'docs/markdown/Commands.md')
-rw-r--r-- | docs/markdown/Commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Commands.md b/docs/markdown/Commands.md index 762cd2f..f7ef009 100644 --- a/docs/markdown/Commands.md +++ b/docs/markdown/Commands.md @@ -321,7 +321,7 @@ fi ... ``` -These variables are set in environment in addition to those set using `meson.add_devenv()`: +These variables are set in environment in addition to those set using [[meson.add_devenv]]: - `MESON_DEVENV` is defined to `'1'`. - `MESON_PROJECT_NAME` is defined to the main project's name. - `PKG_CONFIG_PATH` includes the directory where Meson generates `-uninstalled.pc` |