build: enable luajit per default like in autotools

This commit is contained in:
Marcel Hollerbach 2018-12-21 16:24:02 +01:00
parent e9ef999de6
commit 033d3031e6
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ option('nls',
option('luajit',
type: 'boolean',
value: false,
value: true,
description: 'Flag for handling lua bindings'
)