Fix meson build.

This commit is contained in:
bakpakin 2021-09-07 22:11:45 -05:00
parent b39b1746ba
commit 2be23d3768
1 changed files with 1 additions and 1 deletions

View File

@ -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)