[Interest] What is the minimum required macOS SDK to build Qt 5.15.9 with support for x86_64 and arm64?
Nuno Santos
nuno.santos at imaginando.pt
Mon Apr 11 22:17:23 CEST 2022
Thank you Thiago!
> On 11 Apr 2022, at 20:51, Thiago Macieira <thiago.macieira at intel.com> wrote:
>
> On Monday, 11 April 2022 10:42:40 PDT Nuno Santos wrote:
>> My Mac build machine is still running mac OS Mojave 10.14.6 and Xcode 11.3.1
>> due to legacy requirements.
>
> The SDK for 11.1 (available in XCode 12) has support for ARM:
>
> /*
> * Architecture validation for current SDK
> */
> #if !defined(__sys_cdefs_arch_unknown__) && defined(__i386__)
> #elif !defined(__sys_cdefs_arch_unknown__) && defined(__x86_64__)
> #elif !defined(__sys_cdefs_arch_unknown__) && defined(__arm__)
> #elif !defined(__sys_cdefs_arch_unknown__) && defined(__arm64__)
> #else
> #error Unsupported architecture
> #endif
>
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
> Software Architect - Intel DPG Cloud Engineering
>
>
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> https://lists.qt-project.org/listinfo/interest
More information about the Interest
mailing list