diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-12-02 02:26:45 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-12-03 10:06:11 +0530 |
commit | d932cd9fb48e8fecb167641c3d6bee8a68831c6e (patch) | |
tree | 147c363a3d813f1d129b43fdf57c9ff4524b45c5 /mesonbuild/linkers.py | |
parent | 61d1e9596ac97983617be0ddcb20f2afacc731bb (diff) | |
download | meson-d932cd9fb48e8fecb167641c3d6bee8a68831c6e.zip meson-d932cd9fb48e8fecb167641c3d6bee8a68831c6e.tar.gz meson-d932cd9fb48e8fecb167641c3d6bee8a68831c6e.tar.bz2 |
tests: Fix static library linking on MSYS2-MinGW
The .a library was being built with `ar` which is not the right
static archiver, it's supposed to be something like
x86_64-w64-mingw32-ar or whatever the target-triple is.
Try using the built-in static linker detection instead of doing it
manually.
Diffstat (limited to 'mesonbuild/linkers.py')
0 files changed, 0 insertions, 0 deletions