diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-02-13 05:18:33 +0530 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-02-17 19:49:31 +0200 |
commit | 3dd039487ed80fe9cb354e38602ed5b3aefc51be (patch) | |
tree | 208d40a8d741024d8098cb547bf1962c73932d6e /mesonbuild/modules/pkgconfig.py | |
parent | e0fbde786c44da9aec61c6945beb80815547889e (diff) | |
download | meson-3dd039487ed80fe9cb354e38602ed5b3aefc51be.zip meson-3dd039487ed80fe9cb354e38602ed5b3aefc51be.tar.gz meson-3dd039487ed80fe9cb354e38602ed5b3aefc51be.tar.bz2 |
compilers: /LD is not needed for PIC support in DLLs
On Windows, the advantages of PIC are provided by the runtime DLL loader. /LD is
also only valid as an argument to cl.exe, and the linker link.exe just barfs
when it sees it.
The code assumes that the compiler is the same as the linker which caused this
problem to occur.
Diffstat (limited to 'mesonbuild/modules/pkgconfig.py')
0 files changed, 0 insertions, 0 deletions