aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-01-25 13:36:05 +0000
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2020-09-10 07:20:41 +0000
commit1480fdfa9a2cfebe2399c930d2966a3ad5aa0d82 (patch)
tree834f17e4b83812f30bdb255a130ee2be80e1621f /docs/markdown
parent88e13c5f7c8e977ed879cabaa2800c211a536b60 (diff)
downloadmeson-1480fdfa9a2cfebe2399c930d2966a3ad5aa0d82.zip
meson-1480fdfa9a2cfebe2399c930d2966a3ad5aa0d82.tar.gz
meson-1480fdfa9a2cfebe2399c930d2966a3ad5aa0d82.tar.bz2
Add release note snippet
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/snippets/native_compiler_not_required.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/native_compiler_not_required.md b/docs/markdown/snippets/native_compiler_not_required.md
new file mode 100644
index 0000000..ee51ef8
--- /dev/null
+++ b/docs/markdown/snippets/native_compiler_not_required.md
@@ -0,0 +1,4 @@
+## Native (build machine) compilers not always required by `project()`
+
+When cross-compiling, native (build machine) compilers for the languages
+specified in `project()` are not required, if no targets use them.