mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
12 lines
202 B
Meson
12 lines
202 B
Meson
![]() |
option (
|
||
|
'profile',
|
||
|
type: 'combo',
|
||
|
choices: [
|
||
|
'default',
|
||
|
'development'
|
||
|
],
|
||
|
value: 'default',
|
||
|
description: 'The build profile for Authenticator. One of "default" or "development".'
|
||
|
)
|
||
|
|