aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-02-16 21:20:35 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-02-22 06:49:34 +0530
commit5dcbf10a1bdc6980622be90d52322a7d287070dc (patch)
treeff00833dc21e83cc76714f702d840bfd57eabf66 /run_unittests.py
parent72c6cbd990c7f27fab609a1922d6f4b8f5ecdac3 (diff)
downloadmeson-5dcbf10a1bdc6980622be90d52322a7d287070dc.zip
meson-5dcbf10a1bdc6980622be90d52322a7d287070dc.tar.gz
meson-5dcbf10a1bdc6980622be90d52322a7d287070dc.tar.bz2
ninjabackend: Pass the import library to SHSYM
We actually use this while linking on Windows, and hence we need to extract symbols from this file, and not the DLL. However, we cannot pass it instead of the DLL because it's an optional output of the compiler. It will not be written out at all if there are no symbols in the DLL, and we cannot know that at configure time. This means we cannot describe it as an output of any ninja target, or the input of any ninja target. We must pass it as an argument without semantic meaning.
Diffstat (limited to 'run_unittests.py')
0 files changed, 0 insertions, 0 deletions