1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00
This commit is contained in:
taylor.fish 2025-11-15 11:37:48 -05:00 committed by GitHub
commit 2ac7e174f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,11 @@
#elif defined(__ppc__) || defined(__ppc) || defined(__powerpc__) || defined(_ARCH_COM) || defined(_ARCH_PWR) || defined(_ARCH_PPC) || defined(_M_MPPC) || defined(_M_PPC)
#if defined(__ppc64__) || defined(__powerpc64__) || defined(__64BIT__)
#error JUCE_ARCH ppc64
#ifdef __LITTLE_ENDIAN__
#error JUCE_ARCH ppc64le
#else
#error JUCE_ARCH ppc64
#endif
#else
#error JUCE_ARCH ppc
#endif