diff options
-rw-r--r-- | docs/markdown/Compiler-properties.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/markdown/Compiler-properties.md b/docs/markdown/Compiler-properties.md index e231e16..809ba50 100644 --- a/docs/markdown/Compiler-properties.md +++ b/docs/markdown/Compiler-properties.md @@ -2,8 +2,9 @@ Not all compilers and platforms are alike. Therefore Meson provides the tools to detect properties of the system during configure time. To -get most of this information, you first need to extract the *compiler -object* from the main *meson* variable. +get most of this information, you first need to extract the *[compiler +object](Reference-manual_returned_compiler.html)* from the main +*meson* variable. ```meson compiler = meson.get_compiler('c') |