summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b1299b9049..995fe2dd89 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -341,7 +341,7 @@ option('dotnet',
option('lua-interpreter',
type: 'combo',
- choices: ['luajit', 'lua'],
+ choices: ['luajit', 'lua', 'none'],
value: 'luajit',
description: 'Which Lua back-end library to use in efl'
)