diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-08-25 15:14:38 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-08-27 00:13:58 +0000 |
commit | 6f74692ae0fe4fda8a133cc1627c4742331a52c7 (patch) | |
tree | f20ee2603e7e3c168f03e08220d6138ecd7c3bc3 /mesonbuild/compilers/d.py | |
parent | 17439fa3e890266efeb0af1880640427be71a2ab (diff) | |
download | meson-6f74692ae0fe4fda8a133cc1627c4742331a52c7.zip meson-6f74692ae0fe4fda8a133cc1627c4742331a52c7.tar.gz meson-6f74692ae0fe4fda8a133cc1627c4742331a52c7.tar.bz2 |
Fix typo when fetching buildtype option for compiler checks
This type happened in https://github.com/mesonbuild/meson/pull/7432
and wasn't noticed because I didn't add a test for it. Rectified now.
If we don't specify the CRT, MSVC will pick /MT by default (!?) and
link to `libcmt.lib`. This actually *breaks* UWP because `libcmt.lib`
is not available by default when building for UWP.
Was noticed here: https://github.com/cisco/libsrtp/pull/505
Diffstat (limited to 'mesonbuild/compilers/d.py')
0 files changed, 0 insertions, 0 deletions