aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-02-06 13:53:40 -0800
committerDylan Baker <dylan@pnwbakers.com>2019-02-11 12:50:32 -0800
commitb5d847e38c90292af351ff4aa99cef0300886660 (patch)
tree0c81d8195ea2647ce41139010d27d390e2ca6e36 /docs/markdown/snippets
parent5b896ed70bbf18e633bbeca442c90610e3d66a22 (diff)
downloadmeson-b5d847e38c90292af351ff4aa99cef0300886660.zip
meson-b5d847e38c90292af351ff4aa99cef0300886660.tar.gz
meson-b5d847e38c90292af351ff4aa99cef0300886660.tar.bz2
allow paths to be set in the cross file
Just like the previous patch, but for cross files Fixes #1433
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/native-file-paths.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/snippets/native-file-paths.md b/docs/markdown/snippets/native-file-paths.md
index 6979241..b091c40 100644
--- a/docs/markdown/snippets/native-file-paths.md
+++ b/docs/markdown/snippets/native-file-paths.md
@@ -1,4 +1,4 @@
-## Native File Paths and Directories
+## Native and Cross File Paths and Directories
-A new `[paths]` section has been added to the native file. This can be used to
-set paths such a prefix and libdir in a persistent way.
+A new `[paths]` section has been added to native and cross files. This
+can be used to set paths such a prefix and libdir in a persistent way.