Loading
firefox: Don't rely on file extension to identify dynamic libraries
Since a2e88642, dynamic libraries are copied rather than symlinked. The issue is that not all dynamic libraries follow the convention of ending in .dylib. This patch addresses this by implementing a more robust search for dynamic libraries using `otool`. Resolves #462923.