diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2020-01-25 13:36:05 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-09-10 07:20:41 +0000 |
commit | 1480fdfa9a2cfebe2399c930d2966a3ad5aa0d82 (patch) | |
tree | 834f17e4b83812f30bdb255a130ee2be80e1621f | |
parent | 88e13c5f7c8e977ed879cabaa2800c211a536b60 (diff) | |
download | meson-1480fdfa9a2cfebe2399c930d2966a3ad5aa0d82.zip meson-1480fdfa9a2cfebe2399c930d2966a3ad5aa0d82.tar.gz meson-1480fdfa9a2cfebe2399c930d2966a3ad5aa0d82.tar.bz2 |
Add release note snippet
-rw-r--r-- | docs/markdown/snippets/native_compiler_not_required.md | 4 |
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. |