From 20709af4d2a2f7f4ece3ecd3a9c65da3075be891 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Tue, 2 Jun 2020 23:29:33 +0200 Subject: 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 --- docs/markdown/snippets/force_fallback_for.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/markdown/snippets/force_fallback_for.md (limited to 'docs/markdown/snippets') 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 +``` -- cgit v1.1