libcubescript/meson_options.txt

12 lines
216 B
Meson
Raw Permalink Normal View History

2018-10-28 02:55:12 +02:00
option('readline',
type: 'boolean',
value: false,
description: 'Use GNU readline for the REPL'
)
option('linenoise',
type: 'boolean',
value: true,
description: 'Use linenoise for the REPL'
)