Compiler-properties.md:link to compiler object page

This commit is contained in:
andy5995 2022-05-16 01:52:58 -05:00 committed by Jussi Pakkanen
parent 8e4fecdd0f
commit 5746469e45
1 changed files with 3 additions and 2 deletions

View File

@ -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')