From 4f2058da7dbf0805a8b1c65e254f4f9f06cf7eec Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 30 Apr 2020 20:36:20 +0200 Subject: [PATCH] Don't use multiline strings in the meson options They break formatting in `meson configure`. --- meson_options.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index fab1ccee..48f8c13b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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(