You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If if want to deploy a binary that is linked against libfreetype.so.6, the following happens:
freetype as well as it's resolved depencies libpng and zlib are copied, but then freetype and zlib are removed as blacklisted libraries, which means an unused libpng library remains.
I guess one solution to this would be to check if a library is blacklisted before it is copied?