mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
9 lines
109 B
Meson
9 lines
109 B
Meson
option(
|
|
'profile',
|
|
type: 'combo',
|
|
choices: [
|
|
'default',
|
|
'development'
|
|
],
|
|
value: 'default'
|
|
) |