mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +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',
|
||||
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.'''
|
||||
description : 'Build a 32-bit host application for hosting 32-bit plugins. See the readme for full instructions on how to use this.'
|
||||
)
|
||||
|
||||
option(
|
||||
|
||||
Reference in New Issue
Block a user