This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
arm64 compile fix.
tags/2021-05-28
jules
11 years ago
parent
672283a1e4
commit
bfbc7d843a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_core/system/juce_TargetPlatform.h
+ 1
- 1
modules/juce_core/system/juce_TargetPlatform.h
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
Write
Preview
Loading…
Cancel
Save