Add another flag for enabling a bit bridge build

This commit is contained in:
Robbert van der Helm
2020-04-29 16:54:26 +02:00
parent 7ce42e4306
commit c9060e984d
7 changed files with 118 additions and 43 deletions
+9 -1
View File
@@ -1,6 +1,14 @@
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.'
description : 'Whether to run the Wien VST host with GDB attached. Might not always be reliable.'
)