aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Scott <8465972+jscott0@users.noreply.github.com>2020-08-14 21:41:41 -0400
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2020-08-15 07:59:29 +0000
commit96e7ebc162010db903434a6c99276d3eea8db758 (patch)
treea6d527eeb2f0275b92ed5d1b580169400bd53521 /docs
parent146febd4f27b47e6f977cbd3ade2a8bff9ff41dd (diff)
downloadmeson-96e7ebc162010db903434a6c99276d3eea8db758.zip
meson-96e7ebc162010db903434a6c99276d3eea8db758.tar.gz
meson-96e7ebc162010db903434a6c99276d3eea8db758.tar.bz2
Add that prefix keyword works for cc.get_define
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Reference-manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index 080fe3e..a860f85 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -2267,7 +2267,7 @@ The following keyword arguments can be used:
some symbols to be exposed on Linux, and it should be passed via
`args` keyword argument, see below). Supported by the methods
`sizeof`, `has_type`, `has_function`, `has_member`, `has_members`,
- `check_header`, `has_header`, `has_header_symbol`.
+ `check_header`, `has_header`, `has_header_symbol`, `get_define`
**Note:** These compiler checks do not use compiler arguments added with
`add_*_arguments()`, via `-Dlang_args` on the command-line, or through