diff options
| author | 2024-08-11 18:43:10 -0500 | |
|---|---|---|
| committer | 2024-08-11 18:43:10 -0500 | |
| commit | 7ff545bd2e47418157671f07b31abc63666df9bf (patch) | |
| tree | 273f2d7def58d18f3dd53f354013168a9733e867 /meson.build | |
| parent | Work on the filewatch module. (diff) | |
Stop out better configuration.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 276b2904..fd76ed05 100644 --- a/meson.build +++ b/meson.build @@ -79,6 +79,7 @@ conf.set('JANET_EV_NO_KQUEUE', not get_option('kqueue')) conf.set('JANET_NO_INTERPRETER_INTERRUPT', not get_option('interpreter_interrupt')) conf.set('JANET_NO_FFI', not get_option('ffi')) conf.set('JANET_NO_FFI_JIT', not get_option('ffi_jit')) +conf.set('JANET_NO_FILEWATCH', not get_option('filewatch')) conf.set('JANET_NO_CRYPTORAND', not get_option('cryptorand')) if get_option('os_name') != '' conf.set('JANET_OS_NAME', get_option('os_name')) |
