1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00

arm64 compile fix.

This commit is contained in:
jules 2013-09-27 20:04:02 +01:00
parent 672283a1e4
commit bfbc7d843a

View file

@ -124,7 +124,7 @@
#if defined (__ppc__) || defined (__ppc64__)
#define JUCE_PPC 1
#elif defined (__arm__)
#elif defined (__arm__) || defined (__arm64__)
#define JUCE_ARM 1
#else
#define JUCE_INTEL 1