summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2018-12-21 16:24:02 +0100
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2018-12-25 12:11:10 +0100
commit033d3031e69e473f6148f6770ef44e1d00268ba4 (patch)
tree5202225e89947f23543158056202f552b6f4a0ca /meson_options.txt
parente9ef999de60cf938a28b89046a830d68f14aaa82 (diff)
downloadefl-033d3031e69e473f6148f6770ef44e1d00268ba4.tar.gz
build: enable luajit per default like in autotools
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 30eed934a4..a5db83d98e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -312,7 +312,7 @@ option('nls',
option('luajit',
type: 'boolean',
- value: false,
+ value: true,
description: 'Flag for handling lua bindings'
)