mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
4f2058da7d
They break formatting in `meson configure`.
14 lines
366 B
Meson
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 Wien VST host with GDB attached. Might not always be reliable.'
|
|
)
|