2020-04-16 21:32:02 +00:00
|
|
|
option('docs', description: 'Build manpages with scdoc', type: 'feature', value: 'auto')
|
2020-05-19 08:11:49 +00:00
|
|
|
option('help', description: 'Build help into apk binaries, needs lua and lua-zlib', type: 'feature', value: 'auto')
|
2020-04-16 21:32:02 +00:00
|
|
|
option('lua', description: 'Build luaapk (lua bindings)', type: 'feature', value: 'auto')
|
|
|
|
option('lua_version', description: 'Lua version to build against', type: 'string', value: '5.3')
|
2020-10-02 09:16:30 +00:00
|
|
|
option('static_apk', description: 'Also build apk.static', type: 'boolean', value: false)
|