blob: f9d582ac9236b150c4839f5b2a512e462101736d (
plain)
1
2
3
4
5
6
7
|
## Support for reading options from meson.options
Support has been added for reading options from `meson.options` instead of
`meson_options.txt`. These are equivalent, but not using the `.txt` extension
for a build file has a few advantages, chief among them many tools and text
editors expect a file with the `.txt` extension to be plain text files, not
build scripts.
|