Instead, check that option keys don't contain ':'. Also change the failing option test to look for this. Closes https://github.com/mesonbuild/meson/issues/1454pull/1511/head
parent
6042e21e25
commit
8ee9365717
2 changed files with 5 additions and 4 deletions
@ -1 +1 @@ |
||||
option('invalid/name', type : 'boolean', value : false) |
||||
option('invalid:name', type : 'boolean', value : false) |
||||
|
Loading…
Reference in new issue