> On 27 Jan 2022, at 18:14, Thiago Macieira <[email protected]> wrote: > > On Thursday, 27 January 2022 08:53:31 PST Tor Arne Vestbø wrote: >> I don’t know what other things you’re referring to, but just to clarify, >> this is not the case for macOS. We build the binary Qt packages with as >> recent of an Xcode (and corresponding toolchain) as we have available in >> the CI, typically the latest version. > > The Xcode case has the same constraint, just a different implementation of it. > > We use the latest compiler and the latest SDK that Apple provides for us, but > we set the minimum macOS target (and the other Apple platforms) to the > minimum > that we still support. That has the effect that functions that have been > added > to the SDK since that minimum become weak symbols, which allow us to verify > whether they are present at runtime.
Right, I’m aware, just wanted to make sure we were on the same page on that bit :) Thanks! Cheers, Tor Arne _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
