libcubescript/meson_options.txt

12 lines
221 B
Meson
Raw Normal View History

option('repl',
type: 'feature',
value: 'auto',
description: 'Enable the REPL (command line tool)'
)
2018-10-28 02:55:12 +02:00
option('linenoise',
type: 'feature',
value: 'auto',
2018-10-28 02:55:12 +02:00
description: 'Use linenoise for the REPL'
)