diff options
author | David Robillard <d@drobilla.net> | 2022-10-25 08:59:53 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-10-25 08:59:53 -0400 |
commit | 124355ee047073166345df58234ef38a2dffac25 (patch) | |
tree | fc0e651a3b7870d814cd0fadce813ac04cd80c36 /meson_options.txt | |
parent | 78091cfd182f20e3e5d639e94bd3065e9672c5cb (diff) | |
download | zix-124355ee047073166345df58234ef38a2dffac25.tar.gz zix-124355ee047073166345df58234ef38a2dffac25.tar.bz2 zix-124355ee047073166345df58234ef38a2dffac25.zip |
Fix build without threads or tests
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 476b3d5..975eb3b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -13,6 +13,9 @@ option('posix', type: 'feature', value: 'auto', yield: true, option('strict', type: 'boolean', value: false, yield: true, description: 'Enable ultra-strict warnings') +option('threads', type: 'feature', value: 'auto', yield: true, + description: 'Enable thread support') + option('tests', type: 'feature', value: 'auto', yield: true, description: 'Build tests') |