зеркало из https://github.com/mozilla/gecko-dev.git
8d57b73e5f
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 |
||
---|---|---|
.. | ||
Makefile.in | ||
dependentlibs.py | ||
moz.build |