Compiler-properties.md:link to compiler object page

pull/10303/head
andy5995 3 years ago committed by Jussi Pakkanen
parent 8e4fecdd0f
commit 5746469e45
  1. 5
      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')

Loading…
Cancel
Save