Authenticator/meson_options.txt
2019-09-03 00:07:06 +00:00

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".'
)