aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2020-06-02 23:29:33 +0200
committerXavier Claessens <xclaesse@gmail.com>2020-06-16 13:45:40 -0400
commit20709af4d2a2f7f4ece3ecd3a9c65da3075be891 (patch)
tree6049dc6e0d08d558330885dbb2d773cc7a27fd83 /docs/markdown/snippets
parentf40e1567f5b38000b47bfbdf307f843c07645f19 (diff)
downloadmeson-20709af4d2a2f7f4ece3ecd3a9c65da3075be891.zip
meson-20709af4d2a2f7f4ece3ecd3a9c65da3075be891.tar.gz
meson-20709af4d2a2f7f4ece3ecd3a9c65da3075be891.tar.bz2
interpreter: add support for --force-fallback-for
This new command line option allows specifying dependencies for which to force fallback. See the documentation for more information Fixes: #7218
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/force_fallback_for.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/markdown/snippets/force_fallback_for.md b/docs/markdown/snippets/force_fallback_for.md
new file mode 100644
index 0000000..b6af209
--- /dev/null
+++ b/docs/markdown/snippets/force_fallback_for.md
@@ -0,0 +1,10 @@
+## Force fallback for
+
+A newly-added `--force-fallback-for` command line option can now be used to
+force fallback for specific subprojects.
+
+Example:
+
+```
+meson build --force-fallback-for=foo,bar
+```