Don't use multiline strings in the meson options

They break formatting in `meson configure`.
This commit is contained in:
Robbert van der Helm
2020-04-30 20:36:20 +02:00
parent 36f3866692
commit 4f2058da7d
+1 -2
View File
@@ -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(