Switched to __apple_build_version__ [skip ci]

This commit is contained in:
Andrew Kane
2024-05-07 17:41:16 -07:00
parent 9b269e2612
commit 7923c44efe

View File

@@ -24,7 +24,7 @@
#endif
/* Needed for cross-compiling / universal binaries on Mac */
#if defined(USE_DISPATCH) && (defined(HAVE__GET_CPUID) || defined(__APPLE_CC__))
#if defined(USE_DISPATCH) && (defined(HAVE__GET_CPUID) || defined(__apple_build_version__))
#define USE__GET_CPUID
#endif