Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
unit
/
83 change option choices
/
meson_options.1.txt
blob: d0326a55b1d2fc202d1a1ee0b393c2c6c733a31b [
file
] [
log
] [
blame
]
option(
'combo',
type : 'combo',
choices : ['a', 'b', 'c'],
value : 'a',
)
option(
'array',
type : 'array',
choices : ['a', 'b', 'c'],
value : ['a'],
)