This is required to make the various keys in the [user options] section work the same as they do in the meson_options.txt file, where we don't have any rules about case sensitivity. There is some risk here. Someone may be relying on this lower by default behavior, and this could break their machine files. Fixes #7731pull/7736/head
parent
30a102d9a3
commit
4b1c1d83c8
6 changed files with 28 additions and 3 deletions
@ -0,0 +1,6 @@ |
||||
## Machine file keys are stored case sensitive |
||||
|
||||
Previous the keys were always lowered, which worked fine for the values that |
||||
were allowed in the machine files. With the addition of per-project options |
||||
we need to make these sensitive to case, as the options in meson_options.txt |
||||
are sensitive to case already. |
Loading…
Reference in new issue