This new command line option allows specifying dependencies for which to force fallback. See the documentation for more information Fixes: #7218pull/7333/head
parent
f40e1567f5
commit
20709af4d2
6 changed files with 43 additions and 2 deletions
@ -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 |
||||
``` |
Loading…
Reference in new issue