On Tuesday, 12 April 2022 16:32:42 PDT Dirk Hohndel wrote:
> That's exactly what it does. I'm surprised that no one else ran into this,
> though. After all, the Qt distribution binaries are all fat binaries.

Must be a combination of fat binaries and something about the paths 
themselves. The code has a filter:

        if (rpaths.contains(resolveDyldPrefix(rpath, binaryPath, binaryPath))) 
{
            args << "-delete_rpath" << rpath;
        }

I don't know for sure. But, yes, it needs a protection against duplicates.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel DPG Cloud Engineering



_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to