[Interest] Creating fat binaries for Qt6 on macOS
Thiago Macieira
thiago.macieira at intel.com
Wed Apr 13 03:18:03 CEST 2022
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
More information about the Interest
mailing list