diff options
| author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-11-05 14:34:06 +0000 |
|---|---|---|
| committer | Jon Turney <jon.turney@dronecode.org.uk> | 2018-11-06 13:19:44 +0000 |
| commit | 94cdb68a3a1336e3806dc98ea4da0595ccd14a1b (patch) | |
| tree | 2f32cd6492202bf840cce43fca1234ac1b4982e6 /test cases/common | |
| parent | e116b948335328e6cda5303901edc81df779a910 (diff) | |
| download | meson-94cdb68a3a1336e3806dc98ea4da0595ccd14a1b.tar.gz | |
Deal with clang-cl generating empty implibs
Deal with clang-cl doing the sane (but different to MSVC) thing, of
generating an empty import library, rather than silently ignoring
/IMPLIB when there are no exports.
Diffstat (limited to 'test cases/common')
| -rw-r--r-- | test cases/common/122 shared module/installed_files.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/122 shared module/installed_files.txt b/test cases/common/122 shared module/installed_files.txt index fc94918ae..d46527c05 100644 --- a/test cases/common/122 shared module/installed_files.txt +++ b/test cases/common/122 shared module/installed_files.txt @@ -1,3 +1,3 @@ usr/lib/modules/libnosyms?so -?gcc:usr/lib/modules/libnosyms?implib +usr/lib/modules/libnosyms?implibempty ?msvc:usr/lib/modules/nosyms.pdb |
