about summary refs log tree commit diff
path: root/src/c-stdaux/meson_options.txt
blob: 82fdaf7814e11ba1fb2200378594e6cf54322c31 (plain)
1
2
3
4
5
6
7
option(
        'version-scripts',
        choices: ['yes', 'no', 'auto'],
        description: 'Enable GNU-version-scripts for linking',
        type: 'combo',
        value: 'auto',
)