diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2022-10-30 09:59:07 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-10-31 20:21:07 -0400 |
commit | 81763e610fac24c7a9720fa37630e7660111c4a6 (patch) | |
tree | 4f880836699a096afd30e6d0715deaa3c2429aa4 /mesonbuild/build.py | |
parent | 8d8ce4fb774aacb26d4710627a245781df2a3446 (diff) | |
download | meson-81763e610fac24c7a9720fa37630e7660111c4a6.zip meson-81763e610fac24c7a9720fa37630e7660111c4a6.tar.gz meson-81763e610fac24c7a9720fa37630e7660111c4a6.tar.bz2 |
both_libraries: Make sure to select the right linker for static lib
Regression test: libccpp has both C and C++ sources. The executable only
has C sources. It should still link using the C++ compiler. When using
both_libraries the static has no sources and thus no compilers,
resulting in the executable linking using the C compiler.
https://github.com/Netflix/vmaf/issues/1107
Diffstat (limited to 'mesonbuild/build.py')
0 files changed, 0 insertions, 0 deletions