diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2019-03-18 14:23:06 -0700 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-03-20 18:45:56 +0200 |
commit | ac627bcea723b12e17822c18cccc9dbdeaee8b8f (patch) | |
tree | 66999769a73d0f923389f1d2ddec898421a204a1 /mesonbuild/compilers/objc.py | |
parent | 44dd5535f056922294867bac2eb07b57f21bede6 (diff) | |
download | meson-ac627bcea723b12e17822c18cccc9dbdeaee8b8f.zip meson-ac627bcea723b12e17822c18cccc9dbdeaee8b8f.tar.gz meson-ac627bcea723b12e17822c18cccc9dbdeaee8b8f.tar.bz2 |
replace library type strings with an enum
This patch creates an enum for selecting libtype as static, shared,
prefer-static, or prefer-shared. This also renames 'static-shared'
with 'prefer_static' and 'shared-static' with 'prefer_shared'. This is
just a refactor with no behavioral changes or user facing changes.
Diffstat (limited to 'mesonbuild/compilers/objc.py')
0 files changed, 0 insertions, 0 deletions