1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-03 11:28:03 +00:00

Add kqueue option to meson, janetconf, fix typoes

This commit is contained in:
llmII
2021-09-03 15:48:31 -05:00
parent a209a01284
commit b445ecde51
4 changed files with 11 additions and 8 deletions

View File

@@ -18,6 +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('interpreter_interrupt', type : 'boolean', value : false)
option('recursion_guard', type : 'integer', min : 10, max : 8000, value : 1024)