blob: b6af2091e0fc379a1ad53a86304e92372ef47aef (
plain)
1
2
3
4
5
6
7
8
9
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
```
|