mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-05-16 13:40:18 +00:00
Default Lua pkg-config target to lua-5.4
This commit is contained in:
@@ -44,7 +44,7 @@ option('with-exec', type: 'boolean',
|
|||||||
option('with-fishlim', type: 'boolean',
|
option('with-fishlim', type: 'boolean',
|
||||||
description: 'Fish encryption plugin, requires openssl'
|
description: 'Fish encryption plugin, requires openssl'
|
||||||
)
|
)
|
||||||
option('with-lua', type: 'string', value: 'luajit',
|
option('with-lua', type: 'string', value: 'lua-5.4',
|
||||||
description: 'Lua scripting plugin, value is pkg-config name to use or "false"'
|
description: 'Lua scripting plugin, value is pkg-config name to use or "false"'
|
||||||
)
|
)
|
||||||
option('with-perl', type: 'string', value: 'perl',
|
option('with-perl', type: 'string', value: 'perl',
|
||||||
|
|||||||
Reference in New Issue
Block a user