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:
parent
672283a1e4
commit
bfbc7d843a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue