Files
yabridge/meson_options.txt
T
Robbert van der Helm 592b5acdf1 Fix small typos
2020-05-04 00:21:44 +02:00

14 lines
366 B
Meson

option(
'use-bitbridge',
type : 'boolean',
value : false,
description : 'Build a 32-bit host application for hosting 32-bit plugins. See the readme for full instructions on how to use this.'
)
option(
'use-winedbg',
type : 'boolean',
value : false,
description : 'Whether to run the Wine VST host with GDB attached. Might not always be reliable.'
)