gecko-dev/toolkit/library/build
Nathan Froyd 8d57b73e5f Bug 1642032 - ignore d3dcompiler_47.dll in dependentlibs determination; r=firefox-build-system-reviewers,rstewart
We moved the installation of shared libraries, such as
`d3dcompiler_47.dll` to the `misc` tier with the idea of making sure
they weren't taken into account during the computation of the
`dependentlibs.list`.  Unfortunately, `dependentlibs.list` is itself
computed during `misc`, so we have an unfortunate race condition where
sometimes libraries might wind up in the list and sometimes they won't.

For this particular case, we can follow what we already do for ICU and
ignore the library, especially since we're dynamically loading the
library anyway.

Differential Revision: https://phabricator.services.mozilla.com/D79147
2020-06-10 21:07:00 +00:00
..
Makefile.in
dependentlibs.py Bug 1642032 - ignore d3dcompiler_47.dll in dependentlibs determination; r=firefox-build-system-reviewers,rstewart 2020-06-10 21:07:00 +00:00
moz.build Bug 1620143 - Convert dependentlibs.py to py3; r=firefox-build-system-reviewers,rstewart 2020-03-05 19:05:37 +00:00