summaryrefslogtreecommitdiffstats
path: root/test cases/failing/102 bool in combo/meson_options.txt
blob: 0c8f5de00a5ab3c7641d12e2e7399f9106dfb260 (plain)
1
2
3
4
5
option(
    'opt',
    type : 'combo',
    choices : ['true', 'false']
)