aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson_options.txt
diff options
context:
space:
mode:
authorllmII <dev@amlegion.org>2021-09-03 15:48:31 -0500
committerllmII <dev@amlegion.org>2021-09-03 16:23:15 -0500
commitb445ecde51a004e6967ef1d0386431756ed959a2 (patch)
tree975b3b375b86ac35bfc50c6eaa7ffc38f34c27da /meson_options.txt
parentAdd kqueue support to Janet (diff)
Add kqueue option to meson, janetconf, fix typoes
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 9a2818e6..bfaf041f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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)