make translations optional
This commit is contained in:
@@ -10,3 +10,7 @@ option('bundle_libs',
|
||||
type: 'boolean',
|
||||
value: false,
|
||||
description: 'Bundle the libs that the executable is linked against')
|
||||
option('install_translations',
|
||||
type: 'boolean',
|
||||
value: true,
|
||||
description: 'Install translation files')
|
||||
|
||||
Reference in New Issue
Block a user