mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-17 00:43:56 +02:00
Don't use multiline strings in the meson options
They break formatting in `meson configure`.
This commit is contained in:
+1
-2
@@ -2,8 +2,7 @@ option(
|
|||||||
'use-bitbridge',
|
'use-bitbridge',
|
||||||
type : 'boolean',
|
type : 'boolean',
|
||||||
value : false,
|
value : false,
|
||||||
description : '''Build a 32-bit host application for hosting 32-bit plugins.
|
description : 'Build a 32-bit host application for hosting 32-bit plugins. See the readme for full instructions on how to use this.'
|
||||||
See the readme for full instructions on how to use this.'''
|
|
||||||
)
|
)
|
||||||
|
|
||||||
option(
|
option(
|
||||||
|
|||||||
Reference in New Issue
Block a user