diff --git a/meson_options.txt b/meson_options.txt index 1028017f..e9001114 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -5,5 +5,5 @@ option( 'tests', type : 'boolean', description : 'build and run unit tests', - value : 'true', + value : true, )