build: tweak wording for meson_options.txt

This commit is contained in:
Christian Hergert 2023-08-22 10:51:40 -07:00
parent 6ce2e2addb
commit b6061c19b8

View File

@ -18,5 +18,5 @@ option('tracing',
option('tests', option('tests',
type: 'boolean', type: 'boolean',
value: true, value: true,
description: 'Enable tests globally.' description: 'Build unit tests'
) )