diff options
| author | 2021-09-07 22:11:45 -0500 | |
|---|---|---|
| committer | 2021-09-07 22:11:45 -0500 | |
| commit | 2be23d3768296bbbc511ce1cbe07cb3458543449 (patch) | |
| tree | b87f863421ee1702676416b6246e70b42137fa5a /meson_options.txt | |
| parent | Support bindport. (diff) | |
Fix meson build.bindport
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index bfaf041f..003ca6db 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -18,7 +18,7 @@ option('umask', type : 'boolean', value : true) option('realpath', type : 'boolean', value : true) option('simple_getline', type : 'boolean', value : false) option('epoll', type : 'boolean', value : false) -option('kqueue', type : 'boolen', value : false) +option('kqueue', type : 'boolean', value : false) option('interpreter_interrupt', type : 'boolean', value : false) option('recursion_guard', type : 'integer', min : 10, max : 8000, value : 1024) |
