summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDaniel Zaoui <daniel.zaoui@yahoo.com>2019-01-10 21:29:04 +0200
committerDaniel Zaoui <daniel.zaoui@yahoo.com>2019-01-10 21:51:01 +0200
commitbc6b9ff9359f9275fd432c92e80550f0c00bcc1f (patch)
treee8c8c790799799a199aa7877377f19985810cccf /meson_options.txt
parentb8e352cde7af5bfe4d4bc3ef7aa47370b3e41159 (diff)
downloadefl-bc6b9ff9359f9275fd432c92e80550f0c00bcc1f.tar.gz
meson: correct option description
Copy-paste has done its work here :-)
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 913f49bb5d..a8aabda212 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -97,7 +97,7 @@ option('build-examples',
option('build-tests',
type : 'boolean',
value : true,
- description : 'build examples'
+ description : 'build tests'
)
option('crypto',