Make use-* aliases for new with-* build options

The 'use-*' variants will be marked as deprecated in a future version.
This commit is contained in:
Robbert van der Helm
2020-06-08 15:59:28 +02:00
parent 9385360331
commit c4842ccda6
7 changed files with 47 additions and 23 deletions
+14
View File
@@ -5,6 +5,13 @@ option(
'use-bitbridge',
type : 'boolean',
value : false,
description : 'Alias for `with-bitbridge`, will be marked as deprecated in the next minor version.'
)
option(
'with-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.'
)
@@ -19,5 +26,12 @@ option(
'use-winedbg',
type : 'boolean',
value : false,
description : 'Alias for `with-winedbg`, will be marked as deprecated in the next minor version.'
)
option(
'with-winedbg',
type : 'boolean',
value : false,
description : 'Whether to run the Wine VST host with GDB attached. Might not always be reliable.'
)