From 349fedf8583d491bdc24699adbdf66bf82383011 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Fri, 21 Dec 2018 16:24:02 +0100 Subject: [PATCH] build: enable luajit per default like in autotools --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 30eed93..a5db83d 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' ) -- 2.7.4