blob: cacd37c7a251e82817ff06a6f0bfd1fda39844a9 (
plain)
1
2
3
4
5
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.
|