Files
ish/meson_options.txt
2024-11-07 23:35:39 -08:00

12 lines
443 B
Meson

option('log', type: 'string', value: '')
option('nolog', type: 'string', value: '')
option('log_handler', type: 'string', value: 'dprintf')
option('engine', type: 'combo', choices: ['asbestos', 'unicorn'], value: 'asbestos')
option('kernel', type: 'combo', choices: ['ish', 'linux'], value: 'ish')
option('kconfig', type: 'array', value: [])
option('vdso_c_args', type: 'string', value: '')
option('no_crlf', type: 'boolean', value: false)