diff options
author | Jakub Adam <jakub.adam@collabora.com> | 2019-09-09 18:32:01 +0200 |
---|---|---|
committer | Jakub Adam <jakub.adam@collabora.com> | 2019-10-09 15:50:20 +0200 |
commit | 9c456e2baf281682569ce89137148d7b5b3487f5 (patch) | |
tree | 6b554b55f40dd20b26bb89dbfcccb03c5b6147d8 /mesonbuild/backend/backends.py | |
parent | 1bf17824766230a8ad0b2fe56040ff860c841d50 (diff) | |
download | meson-9c456e2baf281682569ce89137148d7b5b3487f5.zip meson-9c456e2baf281682569ce89137148d7b5b3487f5.tar.gz meson-9c456e2baf281682569ce89137148d7b5b3487f5.tar.bz2 |
tests: Don't expect any *.pdb files installed in 'lib'
Static libraries don't have PDB files. A PDB that would previously end
up installed alongside a static library belonged in fact to the dynamic
version of the same library built at the same time.
This was because the former minstall.Installer implementation, when
installing a file target, also blindly copied any *.pdb file it found
whose filename was matching the target. So, for example installing
foo.dll and foo.a would also install two copies of foo.pdb into both
bin/ and lib/, which doesn't seem like the right thing to do - foo.pdb
should only get installed with foo.dll.
Diffstat (limited to 'mesonbuild/backend/backends.py')
0 files changed, 0 insertions, 0 deletions