diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-12-30 06:19:31 +0530 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-12-30 17:59:34 +0200 |
commit | 6f3e2a0a0753ad0a4fc84a74fdc6209f436d4371 (patch) | |
tree | 826ba710421b6d26b259e3627456622026bd77f0 /mesonbuild/environment.py | |
parent | 2c1b45b2b22b8609f08265db2446323cd0a27fc0 (diff) | |
download | meson-6f3e2a0a0753ad0a4fc84a74fdc6209f436d4371.zip meson-6f3e2a0a0753ad0a4fc84a74fdc6209f436d4371.tar.gz meson-6f3e2a0a0753ad0a4fc84a74fdc6209f436d4371.tar.bz2 |
compilers: prefer C++ over objc in clink_langs
Otherwise we will try to use the objc compiler when linking projects
with both objc and C++.
Technically we should use the objc++ linker when doing this, but on
most (all?) systems the objc++ linker is `c++`, which is the same
as the C++ linker.
Closes https://github.com/mesonbuild/meson/issues/2468
Diffstat (limited to 'mesonbuild/environment.py')
0 files changed, 0 insertions, 0 deletions