aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/deprecated_get_cross_property.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/deprecated_get_cross_property.md b/docs/markdown/snippets/deprecated_get_cross_property.md
new file mode 100644
index 0000000..8e62956
--- /dev/null
+++ b/docs/markdown/snippets/deprecated_get_cross_property.md
@@ -0,0 +1,5 @@
+## `meson.get_cross_property()` has been deprecated
+
+It's a pure subset of `meson.get_external_property`, and works strangely in
+host == build configurations, since it would be more accurately described as
+`get_host_property`.